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 a81cf2f commit 8e3fdf4Copy full SHA for 8e3fdf4
1 file changed
.github/workflows/ci.yml
@@ -53,11 +53,7 @@ jobs:
53
needs: build
54
runs-on: ubuntu-latest
55
steps:
56
-<<<<<<< HEAD
57
- - uses: fastify/github-action-merge-dependabot@v2.2.0
58
-=======
59
- uses: fastify/github-action-merge-dependabot@v2.1.1
60
->>>>>>> 5e5da89adac942de074e909b4b65a8fcb2e53e72
61
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
62
with:
63
- github-token: ${{secrets.GITHUB_TOKEN}}
+ github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments