Skip to content

Commit 7c4c709

Browse files
committed
new output syntax
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
1 parent 5e99472 commit 7c4c709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
FILES=$(find examples -type f -name "*.ascxml" -o -name "*.scxml" -o -name "*.xml" | jq -R . | jq -s .)
1717
echo "Files found: $FILES"
18-
echo "::set-output name=files::$FILES"
18+
echo "files=$FILES" >> $GITHUB_OUTPUT
1919
validate-xml:
2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)