Skip to content

Commit

Permalink
Update plantum-diagram.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFellner authored Sep 20, 2024
1 parent d2b532c commit 26da1f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/plantum-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add *.png **/*.png
git add *.png || true
git add **/*.png || true
git commit -m "Auto-generated PlantUML diagrams"
git push
continue-on-error: true

0 comments on commit 26da1f5

Please sign in to comment.