Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 3, 2023
1 parent bbaf67e commit 9b3d823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-csl-subtrees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update buildres/csl/csl-styles
run: |
cd buildres/csl/csl-styles
git checkout main
git checkout master
git pull
cd ..
cd ..
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Update buildres/csl/csl-locales
run: |
cd buildres/csl/csl-locales
git checkout main
git checkout master
git pull
cd ..
cd ..
Expand Down

0 comments on commit 9b3d823

Please sign in to comment.