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.
1 parent ddc37c1 commit b1810c6Copy full SHA for b1810c6
.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