We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2953840 commit 38a8f7cCopy full SHA for 38a8f7c
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
needs: test
79
runs-on: ubuntu-latest
80
steps:
81
- - uses: fastify/github-action-merge-dependabot@v1
+ - uses: fastify/github-action-merge-dependabot@v1.2.1
82
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
83
with:
84
github-token: ${{secrets.github_token}}
0 commit comments