We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecad57c commit 466412aCopy full SHA for 466412a
synthtool/gcp/templates/java_library/.github/workflows/approve-readme.yaml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
8
steps:
9
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v5
10
with:
11
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
12
script: |
synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml
if: contains(github.head_ref, 'release-please')
debug: true
0 commit comments