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.
1 parent 35287b7 commit 6827929Copy full SHA for 6827929
.github/workflows/approve-readme.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
23
steps:
24
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
25
with:
26
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
27
script: |
.github/workflows/auto-release.yaml
if: contains(github.head_ref, 'release-please')
debug: true
0 commit comments