Skip to content

Commit cad0c54

Browse files
committed
minor fix
1 parent 6e229c0 commit cad0c54

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/automatic_image_genration.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,7 @@ jobs:
150150
if git diff --staged --quiet; then
151151
echo "No changes staged for commit"
152152
else
153-
git commit -m "🖼️ Auto-generate $image_count images
154-
155-
PlantUML: ${{ env.PLANTUML_PREFIX }}-*.{png,svg}
156-
Draw.io: ${{ env.DRAWIO_PREFIX }}-*.{png,svg}
157-
Generated: $(date)"
153+
git commit -m "🖼️ Auto-generate $image_count images - PlantUML: ${{ env.PLANTUML_PREFIX }}-*.{png,svg} - Draw.io: ${{ env.DRAWIO_PREFIX }}-*.{png,svg} - Generated: $(date)"
158154
git push
159155
echo "✅ $image_count images committed and pushed"
160156
fi

0 commit comments

Comments
 (0)