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 1ade06a commit 0f41592Copy full SHA for 0f41592
.github/workflows/check-code.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
: Check if the element has changed
59
60
- if [[ -z "$(git status --porcelain elements/${{ steps.sync.outputs.fsdk-element }})" ]]; then
+ if [[ -z "$(git status --porcelain" ]]; then
61
echo "::notice::Files are in sync"
62
else
63
echo echo "::error::Files are not in sync"
0 commit comments