Skip to content

Commit 0f41592

Browse files
committed
Fix check
1 parent 1ade06a commit 0f41592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
: Check if the element has changed
5959
60-
if [[ -z "$(git status --porcelain elements/${{ steps.sync.outputs.fsdk-element }})" ]]; then
60+
if [[ -z "$(git status --porcelain" ]]; then
6161
echo "::notice::Files are in sync"
6262
else
6363
echo echo "::error::Files are not in sync"

0 commit comments

Comments
 (0)