Skip to content

Commit

Permalink
ci: ignore commit fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 29, 2024
1 parent 2120829 commit 8f71634
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 @@ -93,5 +93,5 @@ jobs:
working-directory: wiki
run: |
git add .
git commit -m "Update triggered by #${{ github.sha }}"
git commit -m "Update triggered by #${{ github.sha }}" || true
git push
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.22.3
## 0.22.4

- **BREAKING CHANGE**: default AI model for Open AI is `gpt-4o-mini` now
- **BREAKING CHANGE**: default AI model for Ollama is `llama3.3` now
Expand Down

0 comments on commit 8f71634

Please sign in to comment.