Skip to content

Commit d432430

Browse files
committed
NO-ISSUE a
1 parent 8a77635 commit d432430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: python3 generate-code.py
4141
- run: |
4242
diff_files=$(git --no-pager diff --name-only)
43-
diff_excluding_submodule=$(echo "$diff" | grep -v '^line-openapi$' || true)
43+
diff_excluding_submodule=$(echo "diff_files" | grep -v '^line-openapi$' || true)
4444
4545
echo "diff files: $diff_files"
4646
echo "diff excluding submodule: $diff_excluding_submodule"

0 commit comments

Comments
 (0)