Skip to content

Commit 613c6a0

Browse files
ci: fix deprecation warning about set-output
1 parent bb7c9d9 commit 613c6a0

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
@@ -38,7 +38,7 @@ jobs:
3838
# list the directories in ./examples and output them to a github action workflow variables as a JSON array
3939
- run: |
4040
examples=$(find ./examples -maxdepth 1 -mindepth 1 -type d -printf '%f\n' | jq -R -s -c 'split("\n") | map(select(length > 0))')
41-
echo "::set-output name=examples::$examples"
41+
echo "examples=$examples" >> $GITHUB_OUTPUT
4242
id: list-examples
4343
4444
node-versions:

0 commit comments

Comments
 (0)