Skip to content

Commit 75d048d

Browse files
committed
Fix path for merge verified
1 parent 293840d commit 75d048d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/merge-branches-verified/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ runs:
2929
GITHUB_TOKEN: ${{ inputs.gh_token }}
3030
shell: bash
3131
run: |
32-
merge-branches-verified.sh --from ${{ inputs.from_branch }} --to ${{ inputs.to_branch }}
32+
${{ github.action_path }}/merge-branches-verified.sh --from ${{ inputs.from_branch }} --to ${{ inputs.to_branch }}

0 commit comments

Comments
 (0)