This commit is contained in:
18
.gitea/workflows/hello.yml
Normal file
18
.gitea/workflows/hello.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Hello World
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # or your default branch
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Print Hello World
|
||||
run: |
|
||||
echo "Hello, Gitea runner!"
|
||||
Reference in New Issue
Block a user