We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517fee8 commit 8adc65fCopy full SHA for 8adc65f
action.yml
@@ -21,7 +21,7 @@ runs:
21
shell: bash
22
run: |
23
cd /tmp
24
- export GCE_DEPLOY_VERSION=4.1.0
+ export GCE_DEPLOY_VERSION=4.1.1
25
wget --quiet https://github.com/mattes/gce-deploy-action/releases/download/v${GCE_DEPLOY_VERSION}/gce-deploy-action.linux.amd64
26
sudo mv gce-deploy-action.linux.amd64 /usr/local/bin/gce-deploy-action
27
sudo chmod +x /usr/local/bin/gce-deploy-action
0 commit comments