We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc892c commit e23605fCopy full SHA for e23605f
.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@v6
+ - uses: actions/github-script@v7
25
with:
26
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
27
script: |
0 commit comments