We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f335e81 commit 82d19bcCopy full SHA for 82d19bc
action.yml
@@ -24,6 +24,6 @@ runs:
24
env:
25
GITHUB_TOKEN: ${{ inputs.github_access_token }}
26
shell: bash
27
- run: bash .${{ github.action_path }}/scripts/raise_pr.sh ${{ inputs.module_to_bump }} ${{ inputs.version_to_bump }} ${{ inputs.github_access_token }}
+ run: .${{ github.action_path }}/scripts/raise_pr.sh ${{ inputs.module_to_bump }} ${{ inputs.version_to_bump }} ${{ inputs.github_access_token }}
28
29
0 commit comments