Skip to content

Commit

Permalink
build(java): use actions/github-script v3 tag rather than full semver (
Browse files Browse the repository at this point in the history
…#854)

So that renovate-bot stops proposing PRs like [this](https://github.com/googleapis/java-bigquerydatatransfer/pull/515/files)!
  • Loading branch information
stephaniewang526 committed Nov 17, 2020
1 parent d5fc0bc commit 7fcc405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- uses: actions/github-script@v3.0.0
- uses: actions/github-script@v3
with:
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
script: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-v')
steps:
- uses: actions/github-script@v3.0.0
- uses: actions/github-script@v3
with:
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
debug: true
Expand Down

0 comments on commit 7fcc405

Please sign in to comment.