🔄 synced local '.github/workflows/' with remote 'workflows/' (#225)

Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-04-17 06:53:32 +02:00
committed by GitHub
parent 85e8f38182
commit 6ce91fee1d
+1 -1
View File
@@ -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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: pull_request_info.json
path: ./pull_request_info.json