Skip to content

Commit af22949

Browse files
committed
feat: save to pr-comments.txt
1 parent c388ea5 commit af22949

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ jobs:
2929
imperative: true
3030
job-summary: true
3131
pr-comments: ${{ github.event_name == 'pull_request' }}
32+
33+
- name: Save GITHUB_OUTPUT to pr-comments.txt
34+
run: echo "$GITHUB_OUTPUT" > pr-comments.txt
35+
36+
- name: Upload pr-comments.txt
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: commit-check-pr-comments
40+
path: pr-comments.txt

0 commit comments

Comments
 (0)