Skip to content

Commit

Permalink
💄 Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Nov 9, 2023
1 parent 92f64c2 commit c74078a
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 @@ -40,7 +40,7 @@ jobs:
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
run: |
gh pr review --approve "$PR_URL"
if [ ${{ inputs.admin }} == 'true' ]; then
gh pr merge "$PR_URL" --merge --admin
else
Expand Down

0 comments on commit c74078a

Please sign in to comment.