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 d5fc0bc commit 7fcc405Copy full SHA for 7fcc405
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.0.0
+ - uses: actions/github-script@v3
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-v')
debug: true
0 commit comments