Skip to content

Commit

Permalink
Update test_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drink7036290 authored Dec 2, 2024
1 parent 4b3d34a commit 65dbcf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b gh-pages
git add test_push.txt
git commit -m "Test push from GitHub Actions [skip ci]"
git push origin HEAD:gh-pages
git push origin gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 65dbcf4

Please sign in to comment.