We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e99472 commit 7c4c709Copy full SHA for 7c4c709
1 file changed
.github/workflows/check_examples.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
FILES=$(find examples -type f -name "*.ascxml" -o -name "*.scxml" -o -name "*.xml" | jq -R . | jq -s .)
17
echo "Files found: $FILES"
18
- echo "::set-output name=files::$FILES"
+ echo "files=$FILES" >> $GITHUB_OUTPUT
19
validate-xml:
20
strategy:
21
matrix:
0 commit comments