We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8226e78 + b1810c6 commit 6fa1255Copy full SHA for 6fa1255
.github/workflows/generated-code.yml
@@ -50,6 +50,9 @@ jobs:
50
51
git push origin $BRANCH_NAME
52
53
+ CHANGE_TYPE=$(npx zx ./line-openapi/tools/determine-change-type.mjs)
54
+ echo "Determined change type: $CHANGE_TYPE"
55
+
56
# Determine PR title and body
57
if [ "$CHANGE_TYPE" == "submodule-update" ]; then
58
# Fetch PR info from submodule
0 commit comments