diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index 0928120..576c7a4 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -16,7 +16,7 @@ jobs: - name: POST to paste.lol run: | curl --location --request POST --header "Authorization: Bearer ${{ secrets.OMG_TOKEN }}" \ - "https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/' \ + "https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/" \ --data '{"title": "tempest.json", "content": "@tempest.json"}'