Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 30, 2025
1 parent 46b630c commit c0426ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Check for changes
id: check-changes
run: |
git config user.email "[email protected]"
git config user.name "Vizro Team"
git diff --exit-code || echo "has_changes=true" >> $GITHUB_ENV
git config user.email "[email protected]"
git config user.name "Vizro Team"
git diff --exit-code || echo "has_changes=true" >> $GITHUB_ENV
- name: Commit and push changes
if: env.has_changes == 'true'
run: |
Expand Down

0 comments on commit c0426ce

Please sign in to comment.