mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 01:57:16 +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.packages }}
|
||||
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 "::set-output name=all-package-version-list::$(create_list all)"
|
||||
echo "name=package-version-list::$(create_list main)" >> $GITHUB_OUTPUT
|
||||
echo "name=all-package-version-list::$(create_list all)" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- id: upload-logs
|
||||
|
|
Loading…
Reference in a new issue