Skip to content

Commit

Permalink
Update CLI version.
Browse files Browse the repository at this point in the history
  • Loading branch information
edimarlnx committed Oct 26, 2023
1 parent 22ae83d commit 4bab712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ inputs:
required: false
runs:
using: 'docker'
image: docker://zcloudws/zcloud-cli:v1.0.3
image: docker://zcloudws/zcloud-cli:v1.0.4
env:
ZCLOUD_USER_TOKEN: ${{ inputs.user-token }}
ZCLOUD_ENV_NAME: ${{ inputs.env }}
ZCLOUD_SRC_DIR: ${{ inputs.dir }}
entrypoint: sh
args:
- -c
- 'zcloud deploy --dir "${{ inputs.dir }}" ${{ inputs.cli-extra-args }}'
- 'zcloud deploy ${{ inputs.cli-extra-args }}'

0 comments on commit 4bab712

Please sign in to comment.