mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Revert outputs set behavior to see if it fixes outputs issue in dev.
This commit is contained in:
parent
07aa58e2fd
commit
25fa2fb352
|
@ -66,8 +66,8 @@ runs:
|
||||||
"${{ inputs.execute_install_scripts }}" \
|
"${{ inputs.execute_install_scripts }}" \
|
||||||
${{ inputs.packages }}
|
${{ inputs.packages }}
|
||||||
function create_list { local list=$(cat ~/cache-apt-pkgs/manifest_${1}.log | tr '\n' ','); echo ${list:0:-1}; };
|
function create_list { local list=$(cat ~/cache-apt-pkgs/manifest_${1}.log | tr '\n' ','); echo ${list:0:-1}; };
|
||||||
echo "name=package-version-list::$(create_list main)" >> $GITHUB_OUTPUT
|
echo "::set-output name=package-version-list::$(create_list main)"
|
||||||
echo "name=all-package-version-list::$(create_list all)" >> $GITHUB_OUTPUT
|
echo "::set-output name=all-package-version-list::$(create_list all)"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- id: upload-logs
|
- id: upload-logs
|
||||||
|
|
Loading…
Reference in a new issue