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 22b63ed commit 844d025Copy full SHA for 844d025
.github/workflows/pr-jest-tests.yml
@@ -55,11 +55,11 @@ jobs:
55
echo "${{ env.FAILED_TESTS }}"
56
echo '```'
57
} > "$COMMENT_FILE"
58
+ echo "COMMENT_FILE=$COMMENT_FILE" >> GITHUB_OUTPUT
59
+ echo "PR_NUMBER=$PR_NUMBER" >> GITHUB_OUTPUT
60
61
- name: PR comment
62
uses: thollander/actions-comment-pull-request@v3
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
with:
64
file-path: ${{ steps.results.outputs.COMMENT_FILE }}
65
pr-number: ${{ steps.results.outputs.PR_NUMBER }}
0 commit comments