Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Oct 20, 2024
1 parent 3cf49d1 commit 29cabff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
if: ${{ inputs.restore-cache == 'true' }}
uses: actions/cache/restore@v4
with:
path: atmos
path: ./
key: ${{ runner.os }}-${{ inputs.sha }}

- name: Set atmos cli config path vars
Expand Down

0 comments on commit 29cabff

Please sign in to comment.