We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5483a6b commit 00379bdCopy full SHA for 00379bd
.github/workflows/pull-requests-built-files.yml
@@ -106,4 +106,4 @@ jobs:
106
if: ${{ steps.built-file-check.outputs.uncommitted_changes != '' }}
107
run: git push HEAD:${{ github.event.pull_request.head.ref }}
108
env:
109
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments