Skip to content

Commit 878b607

Browse files
Update generate-schema.yml
1 parent daa9f61 commit 878b607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
else
3232
echo "commit=false" >> $GITHUB_ENV
3333
fi
34-
if [[ $commit == 'true']]; then
34+
if [[ "$commit" == 'true']]; then
3535
echo "Release branch - will commit generated files"
3636
else
3737
echo "Feature branch - will NOT commit generated files"

0 commit comments

Comments
 (0)