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 0603085 + 1226ad1 commit 44e3f64Copy full SHA for 44e3f64
.github/workflows/branch-cleanup.yml
@@ -18,7 +18,7 @@ jobs:
18
if: github.event.pull_request.head.ref == 'backend-release' || github.event.pull_request.head.ref == 'frontend-release' || github.event.pull_request.head.ref == 'satellite-release'
19
steps:
20
- name: Delete release branch
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
with:
23
github-token: ${{ secrets.APP_INSTALLATION_TOKEN }}
24
script: |
0 commit comments