Skip to content

Commit 4f0eee3

Browse files
[Github] Make issue-write cat all comments
We need to cat all files that start with comments now that premerge writes out files containing comments without that exact name.
1 parent d8b43ed commit 4f0eee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-write.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ jobs:
162162
if: >-
163163
always() &&
164164
steps.download-artifact.outputs.artifact-ids != ''
165-
run: cat comments
165+
run: cat comments*

0 commit comments

Comments
 (0)