We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ea180 commit a62c40dCopy full SHA for a62c40d
.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