Skip to content

Commit 4305833

Browse files
committed
fix: update commit-check.yml
1 parent 0a63946 commit 4305833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
job-summary: true
3131
pr-comments: ${{ github.event_name == 'pull_request' }}
3232

33-
- name: Save GITHUB_OUTPUT to pr-comments.txt
34-
run: echo "$GITHUB_OUTPUT" > pr-comments.txt
33+
- name: Save PR comments to pr-comments.txt
34+
run: echo "${{ steps.commit-check.outputs.pr_comments }}" > pr-comments.txt
3535

3636
- name: Upload pr-comments.txt
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)