Skip to content

Commit

Permalink
.github/workflows/google-fonts.yml: fix changes check
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Oct 1, 2024
1 parent 620c117 commit 59618b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/google-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
- name: Check for changes
id: changes-check
run: |
if git diff --stat --exit-code
then
if [[ -z $(git status --porcelain) ]]; then
echo "changes=false" >> "$GITHUB_ENV"
else
echo "changes=true" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 59618b0

Please sign in to comment.