members.mts 192 B

12345
  1. import 'zx/globals';
  2. import { getCargo } from './shared.mts';
  3. const members = getCargo().workspace['members'] as string[];
  4. await $`echo members=${JSON.stringify(members)} >> $GITHUB_OUTPUT`;