We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab4907 commit 726fcffCopy full SHA for 726fcff
.github/workflows/sync-files.yaml
@@ -44,7 +44,7 @@ jobs:
44
id: updates
45
working-directory: target
46
run: |
47
- if output=$(git status --porcelain) && [ -z "$output" ]; then
+ if output=$(git status --porcelain) && [ -n "$output" ]; then
48
echo "updated=true" >> "$GITHUB_OUTPUT"
49
else
50
echo "updated=false" >> "$GITHUB_OUTPUT"
0 commit comments