Minor bug.

This commit is contained in:
awalsh128 2022-07-15 16:14:30 -07:00
parent 8af57b352e
commit f1a79a837b

View file

@ -30,7 +30,7 @@ outputs:
value: ${{ steps.post-cache.outputs.package-version-list }}
all-package-version-list:
description: 'All the pulled in packages and versions, including dependencies, that are installed. Represented as a comma delimited list with colon delimit on the package version (i.e. <package>:<version,<package>:<version>).'
value: ${{ steps.post-cache.outputs.package-version-list }}
value: ${{ steps.post-cache.outputs.all-package-version-list }}
runs:
using: "composite"