Skip to content

Commit 900885c

Browse files
committed
update runner
1 parent 0598c4a commit 900885c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202310171138
38+
default: gh-runner-202310171159
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false
@@ -85,7 +85,7 @@ runs:
8585
credentials_json: ${{ inputs.gcp_credentials }}
8686
- name: Activate GCP service account
8787
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
8989
shell: bash
9090
run: |
9191
gcloud auth activate-service-account --key-file ${{ steps.auth.outputs.credentials_file_path }}

0 commit comments

Comments
 (0)