We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1b0fd commit a9f65b7Copy full SHA for a9f65b7
workflows/pr-reviews.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
24
jq -n --arg issue '${{ github.event.pull_request.number }}' --arg state '${{ github.event.review != null && github.event.review.state || '' }}' '{"issue": {"number": $issue }, "review": { "state": $state }}' > pull_request_info.json
25
- name: Upload the PR info
26
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
27
with:
28
name: pull_request_info.json
29
path: ./pull_request_info.json
0 commit comments