Skip to content

Commit 08e5af2

Browse files
committed
chore: add workflow log
1 parent beaaeef commit 08e5af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pr-labels-to-npm-workspace-args.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
const labels = JSON.parse(process.argv[2]);
1010

11+
console.error('process.argv', process.argv)
1112
console.error('Labels:', labels);
1213

1314
const workspaces = labels

0 commit comments

Comments
 (0)