We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368a9f3 commit b0cfea6Copy full SHA for b0cfea6
.github/workflows/auto-release.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
if: contains(github.head_ref, 'release-please')
23
steps:
24
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
25
with:
26
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
27
debug: true
0 commit comments