We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d5170 commit 7d4b949Copy full SHA for 7d4b949
1 file changed
.github/workflows/tmp.yml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Commit & push
31
run: |
32
- git config user.name "github-actions[bot]"
33
- git config user.email "github-actions[bot]@users.noreply.github.com"
34
git add .
35
git commit -m "Text-safe update: 0.1.3 → 0.2.0" || echo "No changes to commit"
36
- git push
+ git push origin HEAD:${GITHUB_REF#refs/heads/}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments