Skip to content

Commit

Permalink
Update discourse_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome authored Mar 19, 2024
1 parent b74b553 commit a189fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discourse_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ISSUE_STATUS="${{ env.status }}"
# Encode emojis in the JSON payload using jq and write to file
jq -n --arg title "$ISSUE_TITLE" --arg body "$ISSUE_BODY" --arg author "$ISSUE_AUTHOR" --arg status "$ISSUE_STATUS" '{title: $title, body: $body, author: $author, status: $status | tonumber}' > encoded.json
jq -n --arg title "$ISSUE_TITLE" --arg body "$ISSUE_BODY" --arg author "$ISSUE_AUTHOR" '{title: $title, body: $body, author: $author, status: $ISSUE_STATUS | tonumber}' > encoded.json
- name: Read Encoded JSON Payload
id: read_encoded_json
Expand Down

1 comment on commit a189fda

@vercel
Copy link

@vercel vercel bot commented on a189fda Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.