We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 440880c + f09db69 commit 6cc2572Copy full SHA for 6cc2572
.github/workflows/create-dev-branch.yaml
@@ -119,7 +119,7 @@ jobs:
119
git push --set-upstream origin ${{ env.INIT_BRANCH_NAME }}
120
# create PR
121
- name: create PR
122
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
123
with:
124
script: |
125
const pr = await github.rest.pulls.create({
.github/workflows/release.yaml
@@ -179,7 +179,7 @@ jobs:
179
git commit --amend --no-edit
180
git push --set-upstream origin feature/merge-${{ env.RELEASE_TAG }}-tag
181
- name: Create pull request
182
183
184
185
0 commit comments