From 6bf95a0f1fea61a2d000b9ee7fd24479ed749755 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 27 Oct 2025 08:46:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20bitnam?= =?UTF-8?q?i/support=20(#87906)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔄 synced local '.github/workflows/' with remote 'workflows/' Signed-off-by: bitnami-bot --- .github/workflows/pr-reviews.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index 3d0506d73256..2b3574395bdc 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -25,7 +25,7 @@ jobs: echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}" 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 - name: Upload the PR info - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 with: name: pull_request_info.json path: ./pull_request_info.json \ No newline at end of file