mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Separate out version on manifest reporting.
This commit is contained in:
parent
dca3d33521
commit
db1f7473f6
|
@ -18,7 +18,7 @@ done
|
|||
|
||||
echo "Reading from manifest..."
|
||||
for logline in $(cat $cache_dir/manifest.log | tr ',' '\n' ); do
|
||||
echo "- $(echo $logline | tr ',' ' ')"
|
||||
echo "- $(echo $logline | tr ':' ' ')"
|
||||
done
|
||||
|
||||
# Only search for archived results. Manifest and cache key also live here.
|
||||
|
|
Loading…
Reference in a new issue