.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
4cace44725
commit
c6daf1768e
|
@ -11,7 +11,7 @@ jobs:
|
||||||
run: >
|
run: >
|
||||||
curl -X POST -H "Content-Type: application/json"
|
curl -X POST -H "Content-Type: application/json"
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
||||||
"git.beisel.it/repos/florian/test/releases/tags/nightly"
|
"git.beisel.it/api/v1/repos/florian/test/releases/tags/nightly"
|
||||||
- step: test
|
- step: test
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue