Skip to content

Commit

Permalink
Updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 12, 2023
1 parent 9ee1f9a commit 31bb8d3
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 @@ -19,7 +19,7 @@ runs:
elif [[ "${{ runner.os }}" == "Windows" ]]; then
cache_dir=$(choco search postgresql${{ inputs.postgresql_version }} --exact --limit-output | grep "^postgresql " | awk '{print $NF}')
fi
echo "::set-output name=cache_dir::$cache_dir"
echo "cache_dir=$cache_dir" >> "$GITHUB_OUTPUT"
shell: bash

- name: Cache
Expand Down

0 comments on commit 31bb8d3

Please sign in to comment.