We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7d349 commit 9aac425Copy full SHA for 9aac425
1 file changed
.github/actions/install-env/action.yaml
@@ -76,6 +76,7 @@ runs:
76
APT_FILEPATHS: ${{ steps.script.outputs.apt_filepaths }}
77
shell: bash
78
run: |
79
+ echo "APT FILEPATHS::: `${{ steps.script.outputs.apt_filepaths }}`"
80
# Install APT packages
81
echo "::group::apt-get update"
82
sudo apt-get update
0 commit comments