Fix env location

pull/251/head
brecert 2021-09-14 01:16:31 -04:00
parent aaac315736
commit 785badae6e
No known key found for this signature in database
GPG Key ID: 1B2E56B9EC985B96
1 changed files with 3 additions and 4 deletions

View File

@ -13,10 +13,6 @@ inputs:
required: true
default: .
env:
BUILD_FOLDER: ${{ inputs.folder }}
BASE: ${{ inputs.base }}
runs:
using: composite
steps:
@ -31,6 +27,9 @@ runs:
run: yarn install
- name: build
env:
BUILD_FOLDER: ${{ inputs.folder }}
BASE: ${{ inputs.base }}
shell: bash -l {0}
run: |
cd "$BUILD_FOLDER"