Skip to content

Commit

Permalink
once more
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Nov 15, 2024
1 parent 70800da commit 9a68cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-kickoff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
id: create_comment
run: |
# Write JSON in readable format
COMMENT_JSON=<<EOF
COMMENT_JSON=$(cat <<EOF
{
"start_time": "${START_TIME}",
"stop_time": null,
"status": "running",
"result": null
}
EOF
EOF)
echo "$COMMENT_JSON"
# Convert to single line and store
Expand Down

0 comments on commit 9a68cc7

Please sign in to comment.