Add dispatch action
This commit is contained in:
13
.gitea/workflows/example-dispatch.yaml
Normal file
13
.gitea/workflows/example-dispatch.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: "Example dispatch"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
echo-test:
|
||||
runs-on: sirius # docker, sirius или golang
|
||||
|
||||
steps:
|
||||
# Выводим текстовое сообщение
|
||||
- name: Echo test
|
||||
run: echo "Hello!"
|
||||
Reference in New Issue
Block a user