Skip to content

Commit

Permalink
Fix atmos remote state (#46)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml
  • Loading branch information
goruha authored Nov 20, 2023
1 parent f69e92f commit 9610da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ outputs:
runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set vars
shell: bash
run: |-
echo "ATMOS_CLI_CONFIG_PATH=${{inputs.atmos-config-path}}" >> $GITHUB_ENV
echo "ATMOS_CLI_CONFIG_PATH=$(realpath ${{inputs.atmos-config-path}})" >> $GITHUB_ENV
echo "ATMOS_BASE_PATH=${{ github.workspace }}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4

- name: Install Terraform
uses: hashicorp/setup-terraform@v2
with:
Expand Down

0 comments on commit 9610da2

Please sign in to comment.