Skip to content

Commit

Permalink
Update deprecated set-output command #58 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 authored Oct 30, 2022
1 parent fc1d3ef commit 677fd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "package-version-list=$(create_list main)" >> $GITHUB_OUTPUT
echo "all-package-version-list=$(create_list all)" >> $GITHUB_OUTPUT
shell: bash

0 comments on commit 677fd9b

Please sign in to comment.