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 0f3b3ac commit 656f52cCopy full SHA for 656f52c
action.yml
@@ -21,10 +21,10 @@ runs:
21
shell: bash
22
run: |
23
cd /tmp
24
- export GCE_DEPLOY_VERSION=3.0.0
25
- wget https://github.com/mattes/gce-deploy-action/releases/download/v${GCE_DEPLOY_VERSION}/gce-deploy-action.linux.amd64
26
- chmod +x gce-deploy-action.linux.amd64
27
- mv gce-deploy-action.linux.amd64 /usr/local/bin/gce-deploy-action
+ export GCE_DEPLOY_VERSION=3.0.1
+ wget --quiet https://github.com/mattes/gce-deploy-action/releases/download/v${GCE_DEPLOY_VERSION}/gce-deploy-action.linux.amd64
+ sudo mv gce-deploy-action.linux.amd64 /usr/local/bin/gce-deploy-action
+ sudo chmod +x /usr/local/bin/gce-deploy-action
28
29
- name: Start rolling deploy
30
0 commit comments