From 6f6b3cd084cdd39aad48b7fd9c63652d7f9e50f7 Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:07:38 -0600 Subject: [PATCH] Update tempest.yml --- .github/workflows/tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index 99befb6..9d4e8e1 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -19,6 +19,6 @@ jobs: request_body='{"title": "tempest.json", "content": '"$(jq -Rsa . tempest.json)"'}' curl --location --request POST --header "Authorization: Bearer ${{ secrets.OMG_TOKEN }}" \ "https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/" \ - --data $request_body + --data "$request_body"