We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9853f commit 42dfa16Copy full SHA for 42dfa16
1 file changed
.github/workflows/no-banned-git-tags.yml
@@ -19,7 +19,5 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v2
22
- - uses: fregante/setup-git-token@v1
23
- with:
24
- token: ${{ secrets.GITHUB_TOKEN }}
+ - uses: fregante/setup-git-user@v1
25
- run: git push --delete origin $GITHUB_REF
0 commit comments