example gitea workflow
This commit is contained in:
9
.gitea/workflows/hello.yml
Normal file
9
.gitea/workflows/hello.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: Hello
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello from stack-runner-01!"
|
||||||
Reference in New Issue
Block a user