We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5eb5b5 commit 787a9dfCopy full SHA for 787a9df
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
# list the directories in ./examples and output them to a github action workflow variables as a JSON array
39
- run: |
40
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"
+ echo "examples=$examples" >> $GITHUB_OUTPUT
42
id: list-examples
43
44
node-versions:
0 commit comments