.gitea/workflows/release.yml aktualisiert
Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
Details
Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
Details
This commit is contained in:
parent
c6daf1768e
commit
c18196cbe0
|
@ -9,7 +9,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: yank release
|
||||
run: >
|
||||
curl -X POST -H "Content-Type: application/json"
|
||||
curl -X DELETE -H "Content-Type: application/json"
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
||||
"git.beisel.it/api/v1/repos/florian/test/releases/tags/nightly"
|
||||
- step: test
|
||||
|
|
Loading…
Reference in New Issue