From f18d295322e1b8b2281cfdd23763c07d982a56d4 Mon Sep 17 00:00:00 2001 From: adomani Date: Fri, 2 Aug 2024 13:46:07 +0200 Subject: [PATCH] unassign --- .github/workflows/monthly_pr_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly_pr_report.yaml b/.github/workflows/monthly_pr_report.yaml index 36ae304f..dd20a94e 100644 --- a/.github/workflows/monthly_pr_report.yaml +++ b/.github/workflows/monthly_pr_report.yaml @@ -77,7 +77,7 @@ jobs: # the start of the message to locate it among all messages in the PR comment_init="${title}" # the PR number - PR="${PR}" + #PR="${PR}" echo "using: '${title}' '${PR}'" data=$(jq -n --arg msg "hello" '{"body": $msg}') # "$message" '{"body": $msg}') echo "data: ${data}"