diff --git a/action.yml b/action.yml index 9c73ce36..062fd4a7 100644 --- a/action.yml +++ b/action.yml @@ -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