Skip to content

Commit

Permalink
chore(GHA): Update the usage of set-output command in GH actions (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jan 2, 2023
1 parent cd9984a commit 72e961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: lerna-args
run: |
OUTPUT=`node scripts/parse-lerna-scopes.mjs "$PR_LABELS"`
echo "::set-output name=args::$OUTPUT"
echo "args=$OUTPUT" >> $GITHUB_OUTPUT
tav:
uses: ./.github/workflows/test-all-versions.yml
Expand Down

0 comments on commit 72e961c

Please sign in to comment.