Skip to content

Commit

Permalink
fix(automerge): URL has to come first
Browse files Browse the repository at this point in the history
  • Loading branch information
wmentzel committed Mar 11, 2024
1 parent 36d6f90 commit 674a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fi
echo "Executing merge command with the options: '${MERGE_OPTIONS}'"
gh pr merge "${MERGE_OPTIONS}" "$PR_URL"
gh pr merge "$PR_URL" "${MERGE_OPTIONS}"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

0 comments on commit 674a5fa

Please sign in to comment.