chore(workflow): allow last step to fail

This commit is contained in:
2024-03-28 08:45:17 +02:00
parent 7c4268f0fa
commit ef360b0506

View File

@@ -2,7 +2,7 @@
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
push:
branches: [main]
pull_request:
@@ -28,6 +28,7 @@ jobs:
bash .github/run.sh
echo "Done"
- name: Commit and push changes
continue-on-error: true
run: |
git add .
git commit -m "Update cheatsheets"