mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-10 00:22:19 +00:00
Update tempest.yml
This commit is contained in:
parent
cc8047f8ee
commit
6f6b3cd084
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tempest.yml
vendored
2
.github/workflows/tempest.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
||||||
request_body='{"title": "tempest.json", "content": '"$(jq -Rsa . tempest.json)"'}'
|
request_body='{"title": "tempest.json", "content": '"$(jq -Rsa . tempest.json)"'}'
|
||||||
curl --location --request POST --header "Authorization: Bearer ${{ secrets.OMG_TOKEN }}" \
|
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 $request_body
|
--data "$request_body"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue