Skip to content

Commit 9db5100

Browse files
authored
Update generate-code.yml
1 parent 3b8dd53 commit 9db5100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
5454
git push origin $BRANCH_NAME
5555
56+
CHANGE_TYPE=$(npx zx ./line-openapi/tools/determine-change-type.mjs)
57+
echo "Determined change type: $CHANGE_TYPE"
58+
5659
# Determine PR title and body
5760
if [ "$CHANGE_TYPE" == "submodule-update" ]; then
5861
# Fetch PR info from submodule

0 commit comments

Comments
 (0)