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"