Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr committed Jan 24, 2025
1 parent d1fc08b commit ebc26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: "Exit if there are no changes"
id: spec_diff
run: |
if [[ `git status --porcelain` ]]; then
if [[ -n "$(git status --porcelain)" ]]; then
echo "spec_diff=true" >> "$GITHUB_OUTPUT"
else
echo "spec_diff=false" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit ebc26a1

Please sign in to comment.