Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dorian Zedler 2022-08-08 12:07:42 +02:00
parent 0c9e129b9d
commit d8b2a8b24d

View file

@ -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: