mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Fix output setter.
This commit is contained in:
parent
04a2e9018f
commit
feb88c8d01
|
@ -64,5 +64,5 @@ runs:
|
|||
for package in ${{ inputs.packages }}; do
|
||||
output=$output,$package:$(dpkg -s xdot | grep Version | awk '{print $2}')
|
||||
done
|
||||
::set-output name=package_version_list::output
|
||||
echo '::set-output name=package_version_list::output'
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue