Skip to content

Commit 2de408e

Browse files
authored
Merge pull request #72 from smlx/fix-automerge
chore: fix dependabot automerge action
2 parents 8006c55 + de6c223 commit 2de408e

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)