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 c388ea5 commit af22949Copy full SHA for af22949
.github/workflows/commit-check.yml
@@ -29,3 +29,12 @@ jobs:
29
imperative: true
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
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