diff options
-rwxr-xr-x | .github/workflows/send_webhook_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/send_webhook_update.sh b/.github/workflows/send_webhook_update.sh index f0eb0051..7a6f932d 100755 --- a/.github/workflows/send_webhook_update.sh +++ b/.github/workflows/send_webhook_update.sh @@ -104,4 +104,4 @@ fi echo "Message sent to discord." echo "$discord_output" | jq . id_string=$(echo "$discord_output" | jq .id) -echo "::set-output name=MESSAGE_ID::${id_string//\"/}" +echo "MESSAGE_ID=${id_string//\"/}" >> $GITHUB_OUTPUT |