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 3704f63 commit 0aa4d60Copy full SHA for 0aa4d60
.github/workflows/approve-readme.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
10
steps:
11
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
12
with:
13
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
14
script: |
.github/workflows/auto-release.yaml
if: contains(github.head_ref, 'release-please')
debug: true
0 commit comments