Skip to content

Commit

Permalink
Fix the status check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 31, 2023
1 parent 32f04c7 commit 46f959a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config --global user.name CI
- id: status
run: echo "status=$(git status --porcelain)" >> $GITHUB_OUTPUT
run: echo "status=$(git diff --exit-code --quiet || echo changed)" >> $GITHUB_OUTPUT

- name: Push l10n branch and create pull request
run: |
Expand Down

0 comments on commit 46f959a

Please sign in to comment.