Skip to content

Commit

Permalink
ci: Update set-output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Feb 7, 2023
1 parent 5214515 commit 4adf0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
lts2=$(cat eol.list | head -2 | tail -1)
lts3=$(cat eol.list | head -3 | tail -1)
VERSIONS="[$lts1, $lts2, $lts3]"
echo ::set-output name=versions::${VERSIONS}
echo "versions=${VERSIONS}" >> "$GITHUB_OUTPUT"
test:
needs:
Expand Down

0 comments on commit 4adf0ef

Please sign in to comment.