File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ inputs:
23
23
version :
24
24
description : ' Version of VTEX Toolbelt to be installed'
25
25
required : false
26
- default : 3.0.0-beta-ci.2
26
+ default : 3.0.0-beta-ci.3
27
27
28
28
runs :
29
29
using : ' composite'
45
45
restore-keys : |
46
46
${{ runner.os }}-yarn
47
47
- name : Install VTEX Toolbelt
48
- # if: steps.cache-toolbelt.outputs.cache-hit != 'true'
49
48
run : |
50
49
yarn global add vtex@${{ inputs.version }}
51
50
VERSION=$(vtex version)
@@ -54,10 +53,10 @@ runs:
54
53
- run : |
55
54
bash $GITHUB_ACTION_PATH/entrypoint.sh
56
55
env:
56
+ VTEX_AUTHENTICATE: ${{ inputs.authenticate }}
57
57
VTEX_ACCOUNT: ${{ inputs.account }}
58
58
VTEX_APP_KEY: ${{ inputs.appKey }}
59
59
VTEX_APP_TOKEN: ${{ inputs.appToken }}
60
- VTEX_AUTHENTICATE: ${{ inputs.authenticate }}
61
60
VTEX_WORKSPACE: ${{ inputs.workspace }}
62
61
shell: bash
63
62
You can’t perform that action at this time.
0 commit comments