Skip to content

Commit 82d19bc

Browse files
kd91076kd91076
authored andcommitted
correct bash
1 parent f335e81 commit 82d19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ runs:
2424
env:
2525
GITHUB_TOKEN: ${{ inputs.github_access_token }}
2626
shell: bash
27-
run: bash .${{ github.action_path }}/scripts/raise_pr.sh ${{ inputs.module_to_bump }} ${{ inputs.version_to_bump }} ${{ inputs.github_access_token }}
27+
run: .${{ github.action_path }}/scripts/raise_pr.sh ${{ inputs.module_to_bump }} ${{ inputs.version_to_bump }} ${{ inputs.github_access_token }}
2828

2929

0 commit comments

Comments
 (0)