mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Fix package outputs command.
This commit is contained in:
parent
a307fb6bda
commit
0247276e5a
|
@ -68,8 +68,8 @@ runs:
|
||||||
"${{ inputs.debug }}" \
|
"${{ inputs.debug }}" \
|
||||||
${{ 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 "package-version-list=$(create_list main)" >> $GITHUB_OUTPUT
|
||||||
echo "name=all-package-version-list::$(create_list all)" >> $GITHUB_OUTPUT
|
echo "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