Skip to content

Commit

Permalink
Update optimize-svg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 authored Sep 12, 2024
1 parent caa0b81 commit a3be7e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/optimize-svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
git config --global user.name "zerops-gh"
git config --global user.email "zerops.gh@gmail.com"
- name: Check for changes
id: git-status
run: |
git diff --exit-code || echo "Changes detected"
- name: Commit and push changes
if: steps.git-status.outputs.git-status == 'Changes detected'
run: |
git add .
git commit -m "Optimize SVG files"
Expand Down

0 comments on commit a3be7e9

Please sign in to comment.