Skip to content

Commit b1810c6

Browse files
authored
Call common script to recognize openapi file is changed (#736)
Fix #721
1 parent ddc37c1 commit b1810c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generated-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
5151
git push origin $BRANCH_NAME
5252
53+
CHANGE_TYPE=$(npx zx ./line-openapi/tools/determine-change-type.mjs)
54+
echo "Determined change type: $CHANGE_TYPE"
55+
5356
# Determine PR title and body
5457
if [ "$CHANGE_TYPE" == "submodule-update" ]; then
5558
# Fetch PR info from submodule

0 commit comments

Comments
 (0)