test an entry
All checks were successful
All checks were successful
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
95f035d826
commit
56a7d711a0
1 changed files with 9 additions and 8 deletions
|
|
@ -39,7 +39,8 @@ jobs:
|
||||||
curl -vvv -X POST \
|
curl -vvv -X POST \
|
||||||
-H "Authorization: token $TOKEN" \
|
-H "Authorization: token $TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
https://git.g3e.fr/api/v1/repos/${{ github.repository }}/releases \
|
--trace - \
|
||||||
|
"https://git.g3e.fr/api/v1/repos/${{ github.repository }}/releases" \
|
||||||
-d @- <<EOF
|
-d @- <<EOF
|
||||||
{
|
{
|
||||||
"tag_name": "$TAG",
|
"tag_name": "$TAG",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue