We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d966e1 commit ba790bbCopy full SHA for ba790bb
2 files changed
.github/workflows/update-merge.yml
@@ -32,7 +32,7 @@ jobs:
32
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
33
34
- name: Delete branch
35
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
36
with:
37
script: |
38
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {
.github/workflows/update.yml
@@ -33,7 +33,7 @@ jobs:
- run: npm install semver
- name: Get latest release version
id: get-latest-release
39
0 commit comments