Skip to content

Commit

Permalink
use hello
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent b546c2a commit b8458c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monthly_pr_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# the PR number
PR="${PR}"
echo "using: '${title}' '${PR}'"
#data=$(jq -n --arg msg "$message" '{"body": $msg}')
data=$(jq -n --arg msg "hello" '{"body": $msg}') # "$message" '{"body": $msg}')
echo "data: ${data}"
#man jq
baseURL="https://api.github.com/repos/leanprover-community/blog/issues"
Expand Down

0 comments on commit b8458c6

Please sign in to comment.