Merge pull request #32 from bcomnes/dependabot/github_actions/fastify/github-action-merge-dependabot-v1.2.0

chore(deps): bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0
This commit is contained in:
Bret
2021-03-04 12:23:42 -07:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v1.1.1
- uses: fastify/github-action-merge-dependabot@v1.2.0
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
with:
github-token: ${{secrets.github_token}}