mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
use pkg.str in sort.ts output
This commit is contained in:
parent
52d265b20d
commit
d34355841d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const wet = await hydrate(dry, async (pkg, dry) => {
|
|||
const gas = wet.dry.map(x => x.project)
|
||||
|
||||
if (Deno.env.get("GITHUB_ACTIONS")) {
|
||||
const pre = wet.wet.map(x=>x.project)
|
||||
const pre = wet.wet.map(pkg.str)
|
||||
console.log(`::set-output name=pkgs::${gas.join(" ")}`)
|
||||
console.log(`::set-output name=pre-install::${pre.join(" ")}`)
|
||||
} else if (flags.json) {
|
||||
|
|
Loading…
Reference in a new issue