This commit is contained in:
parent
0c9e129b9d
commit
d8b2a8b24d
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ steps:
|
||||||
- name: create workflow_dispatch event
|
- name: create workflow_dispatch event
|
||||||
image: alpine/curl
|
image: alpine/curl
|
||||||
commands:
|
commands:
|
||||||
- curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/dorianim/drone-runner/actions/workflows/drone.yml/dispatches -d '{"ref":"main","inputs":{}}'
|
|
||||||
- sleep 10
|
- sleep 10
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
|
|
Loading…
Reference in a new issue