We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b851a47 commit 4d1edd2Copy full SHA for 4d1edd2
1 file changed
.github/workflows/checkNextChangelog.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Store the sanitized list of files in a temporary file to avoid env variable issues
36
echo "$sanitized_files" > modified_files.txt
37
- echo "#sanitized_files"
+ echo "$sanitized_files"
38
39
- name: Fetch PR message
40
id: pr-message
0 commit comments