Skip to content

Commit

Permalink
Merge pull request #12 from vtex/release-5
Browse files Browse the repository at this point in the history
chore: 🤖 update default version of toolbelt
  • Loading branch information
thyarles authored Sep 14, 2022
2 parents 8ecf03c + 93e58f4 commit baa23ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
version:
description: 'Version of VTEX Toolbelt to be installed'
required: false
default: 3.0.0-beta-ci.2
default: 3.0.0-beta-ci.3

runs:
using: 'composite'
Expand All @@ -45,7 +45,6 @@ runs:
restore-keys: |
${{ runner.os }}-yarn
- name: Install VTEX Toolbelt
# if: steps.cache-toolbelt.outputs.cache-hit != 'true'
run: |
yarn global add vtex@${{ inputs.version }}
VERSION=$(vtex version)
Expand All @@ -54,10 +53,10 @@ runs:
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
env:
VTEX_AUTHENTICATE: ${{ inputs.authenticate }}
VTEX_ACCOUNT: ${{ inputs.account }}
VTEX_APP_KEY: ${{ inputs.appKey }}
VTEX_APP_TOKEN: ${{ inputs.appToken }}
VTEX_AUTHENTICATE: ${{ inputs.authenticate }}
VTEX_WORKSPACE: ${{ inputs.workspace }}
shell: bash
Expand Down

0 comments on commit baa23ff

Please sign in to comment.