Skip to content

Commit

Permalink
ci: fix docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 29, 2024
1 parent e9d5baf commit bff545c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
- name: Clone wiki repository
run: |
git clone https://${{ github.repository.owner }}:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.wiki.git wiki
git clone https://${{ github.repository_owner }}:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.wiki.git wiki
- name: Install Pandoc
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (go-package-manager)

## 0.21.0
## 0.21.1

- ci: automatic update of [GitHub wiki](https://github.com/mkloubert/go-package-manager/wiki) as well

Expand Down

0 comments on commit bff545c

Please sign in to comment.