Skip to content

Commit 0cb6108

Browse files
authored
Merge pull request #42 from bitnami/repo-sync/support/default
🔄 synced file(s) with bitnami/support
2 parents 31c0c84 + 67b22e0 commit 0cb6108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
2424
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
2525
- name: Upload the PR info
26-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
26+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
2727
with:
2828
name: pull_request_info.json
2929
path: ./pull_request_info.json

0 commit comments

Comments
 (0)