Skip to content

Commit bf4626e

Browse files
committed
action fix
1 parent a5735d8 commit bf4626e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
git config --global url."https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/".insteadOf "https://github.com/"
6666
mkdir -p $HOME/go/src/github.com/aschneuw
6767
git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/aschneuw/hugo-cite.git $HOME/go/src/github.com/aschneuw/hugo-cite
68-
cd $HOME/go/src/github.com/aschneuw/hugo-cite && git checkout main
68+
cd $HOME/go/src/github.com/aschneuw/hugo-cite && git checkout fixes
6969
7070
- name: Authenticate Go for Private Modules
7171
env:

0 commit comments

Comments
 (0)