Skip to content

Commit d90c03a

Browse files
authored
Dependabot auto-merge: Fix if syntax (#5)
1 parent 7aca162 commit d90c03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525
- name: Enable auto-merge for Dependabot PRs
26-
if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'}}
26+
if: steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
2727
run: gh pr merge --auto --merge "$PR_URL"
2828
env:
2929
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)