We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1600f40 commit d521434Copy full SHA for d521434
.github/workflows/k8s_edit.yml
@@ -66,7 +66,7 @@ jobs:
66
fi
67
68
bash cicd-deployment-scripts/gh/pr_create.sh \
69
- -b ${{ github.event_name == 'release' && 'prod' || 'dev' }} \
+ -b dev \
70
-h "$AUTOMATED_RELEASE_BRANCH" \
71
-t "$PR_TITLE" \
72
-o "${{ github.repository_owner }}" \
gh/pr_create.sh
@@ -38,6 +38,7 @@ Automated $BASE_REF release for:
38
- https://github.com/$REPOSITORY_OWNER/$REPOSITORY_NAME/pull/$REPOSITORY_PR_NUMBER
39
EOF
40
)
41
+ fi
42
43
gh pr create \
44
--base $BASE_REF \
0 commit comments