Skip to content

Commit

Permalink
Call common script to recognize openapi file is changed (#736)
Browse files Browse the repository at this point in the history
Fix #721
  • Loading branch information
Yang-33 authored Jan 15, 2025
1 parent ddc37c1 commit b1810c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generated-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
git push origin $BRANCH_NAME
CHANGE_TYPE=$(npx zx ./line-openapi/tools/determine-change-type.mjs)
echo "Determined change type: $CHANGE_TYPE"
# Determine PR title and body
if [ "$CHANGE_TYPE" == "submodule-update" ]; then
# Fetch PR info from submodule
Expand Down

0 comments on commit b1810c6

Please sign in to comment.