This commit is contained in:
15
.gitea/workflows/hello.yml
Normal file
15
.gitea/workflows/hello.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Hello World
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
say_hello:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Say Hello
|
||||||
|
run: echo "Hello, world from Gitea Actions!"
|
||||||
Reference in New Issue
Block a user