Skip to content

Commit 7d4b949

Browse files
Update tmp.yml
1 parent 05d5170 commit 7d4b949

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tmp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Commit & push
3131
run: |
32-
git config user.name "github-actions[bot]"
33-
git config user.email "github-actions[bot]@users.noreply.github.com"
3432
git add .
3533
git commit -m "Text-safe update: 0.1.3 → 0.2.0" || echo "No changes to commit"
36-
git push
34+
git push origin HEAD:${GITHUB_REF#refs/heads/}
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)