Skip to content

Commit 815ce3a

Browse files
committed
wip
1 parent ba708e5 commit 815ce3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
# Simulating output for debugging purposes
6666
echo "all_changed_and_modified_files=file1.txt,file2.txt,file3.txt"
67-
echo "::set-output name=all-changed-files::file1.txt,file2.txt,file3.txt"
67+
echo "::set-output name=all_changed_and_modified_files::file1.txt,file2.txt,file3.txt"
6868
6969
- name: List changed files, skipping this job if there are no files to analyze
7070
run: |

0 commit comments

Comments
 (0)