Skip to content

Commit de6c223

Browse files
committed
chore: fix dependabot automerge action
1 parent 8006c55 commit de6c223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github-token: "${{ secrets.GITHUB_TOKEN }}"
2222
- name: Auto-merge Dependabot PRs
2323
# don't auto-merge action updates to appease OpenSSF scorecard
24-
if: ! contains(steps.metadata.outputs.package-ecosystem, 'github-actions')
24+
if: ${{ ! contains(steps.metadata.outputs.package-ecosystem, 'github-actions') }}
2525
run: gh pr merge --auto --merge "$PR_URL"
2626
env:
2727
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)