diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 5761517..8cf7828 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -26,8 +26,6 @@ jobs: if: ${{ needs.fetch-dependabot-metadata.outputs.dependency-type == 'direct:production' }} steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head }} - name: Read .nvmrc id: nvm @@ -50,4 +48,4 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git commit -m "[dependabot skip] Update dist/ with build changes" || exit 0 - git push ${{ github.event.pull_request.head }} origin:${{ github.event.pull_request.head }} + git push