Skip to content

Commit 7723cc4

Browse files
ci: fix deprecation warning about set-output
1 parent abde08b commit 7723cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# list the directories in ./examples and output them to a github action workflow variables as a JSON array
3636
- run: |
3737
examples=$(find ./examples -maxdepth 1 -mindepth 1 -type d -printf '%f\n' | jq -R -s -c 'split("\n") | map(select(length > 0))')
38-
echo "::set-output name=examples::$examples"
38+
echo "examples=$examples" >> $GITHUB_OUTPUT
3939
id: list-examples
4040
4141
node-versions:

0 commit comments

Comments
 (0)