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 293840d commit 75d048dCopy full SHA for 75d048d
.github/actions/merge-branches-verified/action.yml
@@ -29,4 +29,4 @@ runs:
29
GITHUB_TOKEN: ${{ inputs.gh_token }}
30
shell: bash
31
run: |
32
- merge-branches-verified.sh --from ${{ inputs.from_branch }} --to ${{ inputs.to_branch }}
+ ${{ github.action_path }}/merge-branches-verified.sh --from ${{ inputs.from_branch }} --to ${{ inputs.to_branch }}
0 commit comments