Fix output setter.
This commit is contained in:
parent
04a2e9018f
commit
feb88c8d01
1 changed files with 1 additions and 1 deletions
|
@ -64,5 +64,5 @@ runs:
|
||||||
for package in ${{ inputs.packages }}; do
|
for package in ${{ inputs.packages }}; do
|
||||||
output=$output,$package:$(dpkg -s xdot | grep Version | awk '{print $2}')
|
output=$output,$package:$(dpkg -s xdot | grep Version | awk '{print $2}')
|
||||||
done
|
done
|
||||||
::set-output name=package_version_list::output
|
echo '::set-output name=package_version_list::output'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue