mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Update deprecated set-output command #58
This commit is contained in:
parent
fc1d3efd6e
commit
32de984e1b
|
@ -58,6 +58,6 @@ runs:
|
|||
"${{ steps.load-cache.outputs.cache-hit }}" \
|
||||
${{ 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
|
||||
|
|
Loading…
Reference in a new issue