Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
3859905ddf
commit
59cf1bd269
1 changed files with 66 additions and 66 deletions
|
@ -1,6 +1,6 @@
|
|||
name: GitHub Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ACTIONS_RUNTIME_URL: https://git.lerch.org/api/actions_pipeline/
|
||||
|
|
Loading…
Add table
Reference in a new issue