We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a63946 commit 4305833Copy full SHA for 4305833
.github/workflows/commit-check.yml
@@ -30,8 +30,8 @@ jobs:
30
job-summary: true
31
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
+ - name: Save PR comments to pr-comments.txt
+ run: echo "${{ steps.commit-check.outputs.pr_comments }}" > pr-comments.txt
35
36
- name: Upload pr-comments.txt
37
uses: actions/upload-artifact@v4
0 commit comments