This commit is contained in:
7
.gitea/workflows/hello.yml
Normal file
7
.gitea/workflows/hello.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name: Hello
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
greet:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello from Gitea Actions!"
|
||||||
Reference in New Issue
Block a user