From 5075367027a770b04d2d34849ff46d27e39737d0 Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:03:34 -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 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"}'