We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8dd53 commit 9db5100Copy full SHA for 9db5100
.github/workflows/generate-code.yml
@@ -53,6 +53,9 @@ jobs:
53
54
git push origin $BRANCH_NAME
55
56
+ CHANGE_TYPE=$(npx zx ./line-openapi/tools/determine-change-type.mjs)
57
+ echo "Determined change type: $CHANGE_TYPE"
58
+
59
# Determine PR title and body
60
if [ "$CHANGE_TYPE" == "submodule-update" ]; then
61
# Fetch PR info from submodule
0 commit comments