File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
35
35
image :
36
36
description : Specifies the name of the image that the disk will be initialized with.
37
37
required : false
38
- default : gh-runner-202310171138
38
+ default : gh-runner-202310171159
39
39
image_family :
40
40
description : The image family for the operating system that the boot disk will be initialized with.
41
41
required : false
85
85
credentials_json : ${{ inputs.gcp_credentials }}
86
86
- name : Activate GCP service account
87
87
id : gcloud-auth
88
- if : github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
88
+ if : github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
89
89
shell : bash
90
90
run : |
91
91
gcloud auth activate-service-account --key-file ${{ steps.auth.outputs.credentials_file_path }}
You can’t perform that action at this time.
0 commit comments