mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Restore updated outputs behavior. So strange it is working when I revert.
This commit is contained in:
parent
25fa2fb352
commit
2fcdd38327
|
@ -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 "::set-output name=package-version-list::$(create_list main)"
|
echo "name=package-version-list::$(create_list main)" >> $GITHUB_OUTPUT
|
||||||
echo "::set-output name=all-package-version-list::$(create_list all)"
|
echo "name=all-package-version-list::$(create_list all)" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- id: upload-logs
|
- id: upload-logs
|
||||||
|
|
Loading…
Reference in a new issue