Skip to content

Commit baa23ff

Browse files
authored
Merge pull request #12 from vtex/release-5
chore: 🤖 update default version of toolbelt
2 parents 8ecf03c + 93e58f4 commit baa23ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
version:
2424
description: 'Version of VTEX Toolbelt to be installed'
2525
required: false
26-
default: 3.0.0-beta-ci.2
26+
default: 3.0.0-beta-ci.3
2727

2828
runs:
2929
using: 'composite'
@@ -45,7 +45,6 @@ runs:
4545
restore-keys: |
4646
${{ runner.os }}-yarn
4747
- name: Install VTEX Toolbelt
48-
# if: steps.cache-toolbelt.outputs.cache-hit != 'true'
4948
run: |
5049
yarn global add vtex@${{ inputs.version }}
5150
VERSION=$(vtex version)
@@ -54,10 +53,10 @@ runs:
5453
- run: |
5554
bash $GITHUB_ACTION_PATH/entrypoint.sh
5655
env:
56+
VTEX_AUTHENTICATE: ${{ inputs.authenticate }}
5757
VTEX_ACCOUNT: ${{ inputs.account }}
5858
VTEX_APP_KEY: ${{ inputs.appKey }}
5959
VTEX_APP_TOKEN: ${{ inputs.appToken }}
60-
VTEX_AUTHENTICATE: ${{ inputs.authenticate }}
6160
VTEX_WORKSPACE: ${{ inputs.workspace }}
6261
shell: bash
6362

0 commit comments

Comments
 (0)