Skip to content

Commit

Permalink
Add git push
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Sep 2, 2023
1 parent f53d96b commit 3185436
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/refresh-csl-subtrees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
git add .
git commit -m"Refresh example styles" || true
- name: Prepare PR
run: git checkout -b refresh-csl
run: |
git checkout -b refresh-csl
git push
- name: Create PR
run: gh pr create --title "[Bot] Update CSL styles" --body "Update CSL styles" --label dependencies
env:
Expand Down

0 comments on commit 3185436

Please sign in to comment.