Skip to content

Commit d2d5a4c

Browse files
authored
Fix dependabot automerge workflow syntax (#3048)
1 parent def8af7 commit d2d5a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automerge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Enable auto-merge for Dependabot PRs
20-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
20+
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
2121
run: gh pr merge --auto --merge "$PR_URL"
2222
env:
2323
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)