Skip to content

Commit 293840d

Browse files
committed
Fix merge verified syntax error
1 parent b1d4a5c commit 293840d

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+
merge-branches-verified.sh --from ${{ inputs.from_branch }} --to ${{ inputs.to_branch }}

0 commit comments

Comments
 (0)