We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b5ad3 commit 59adce3Copy full SHA for 59adce3
.github/workflows/multi-approvers.yml
@@ -34,8 +34,7 @@ jobs:
34
if: github.event_name == 'pull_request_review' && (github.event.review.state == 'approved' || github.event.action == 'dismissed')
35
runs-on: 'ubuntu-latest'
36
steps:
37
- - name: 'Authenticate to Google Cloud'
38
- id: 'minty-auth'
+ - name: 'Authenticate to Google Cloud'
39
uses: 'google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f' # ratchet:google-github-actions/auth@v2
40
with:
41
create_credentials_file: false
0 commit comments