Skip to content

Commit

Permalink
Ignore commit failure errors
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Sep 10, 2024
1 parent bccf69f commit a2fc735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |
message=$(scripts/compile.bb kepler16 kmono)
git add .
git commit -m "${message}"
git commit -m "${message}" || true
message=$(scripts/compile.bb kepler16 kl)
git add .
git commit -m "${message}"
git commit -m "${message}" || true
- name: Release
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile.bb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
:template repo
:version version
:checksums checksums})
(println (str "Updat " repo " to " version))))
(println (str "Update " repo " to " version))))

(main (first *command-line-args*)
(second *command-line-args*))

0 comments on commit a2fc735

Please sign in to comment.