File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files 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-202310171159
38
+ default : gh-runner-202310171222
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
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ apt-get install -y google-cloud-cli
124
124
125
125
echo " 📝 Installing pulumi..."
126
126
curl -fsSL https://get.pulumi.com/releases/sdk/pulumi-v${PULUMI_VERSION} -linux-x64.tar.gz | tar -xzvC /tmp/ --strip-components=1
127
- cp /tmp/pulumi /usr/local/bin/pulumi
127
+ cp /tmp/pulumi* /usr/local/bin/
128
128
129
129
echo " 📝 Installing actions-runner..."
130
130
RUNNER_TGZ=/tmp/actions-runner-linux-x64-${RUNNER_VER} .tar.gz
You can’t perform that action at this time.
0 commit comments