We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba708e5 commit 815ce3aCopy full SHA for 815ce3a
1 file changed
.github/workflows/validate.yaml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
# Simulating output for debugging purposes
66
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"
+ echo "::set-output name=all_changed_and_modified_files::file1.txt,file2.txt,file3.txt"
68
69
- name: List changed files, skipping this job if there are no files to analyze
70
0 commit comments