Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 11, 2023
1 parent 5d832f1 commit 3b68c33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ runs:
shell: bash
run: |-
# Set ATMOS_BASE_PATH allow `cloudposse/utils` provider to read atmos config from the correct path
echo "ATMOS_BASE_PATH=$(realpath ${{ steps.base-path.outputs.value }})" >> $GITHUB_ENV
ATMOS_BASE_PATH="${{ steps.base-path.outputs.value }}"
echo "ATMOS_BASE_PATH=$(realpath ${ATMOS_BASE_PATH:-./})" >> $GITHUB_ENV
- name: Install tfcmt
if: env.ACTIONS_ENABLED == 'true'
uses: jaxxstorm/[email protected]
Expand Down

0 comments on commit 3b68c33

Please sign in to comment.