mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Fixed flathub_push workflow -fix3
This commit is contained in:
parent
e194bf5034
commit
5af8980e31
1
.github/workflows/flathub_push_cooker.yml
vendored
1
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -62,6 +62,7 @@ jobs:
|
||||||
curl -sL \
|
curl -sL \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: Bearer ${{ secrets.TRIGGER_BUILD_TOKEN }}" \
|
-H "Authorization: Bearer ${{ secrets.TRIGGER_BUILD_TOKEN }}" \
|
||||||
|
https://api.github.com/repos/XargonWan/RetroDECK-cooker/releases/latest \
|
||||||
| jq .name \
|
| jq .name \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue