Skip to content

Commit d196324

Browse files
boomanaiden154Honey Goyal
authored andcommitted
[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 1bf773c commit d196324

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)