Add .gitea/workflows/test.yaml
All checks were successful
Test Actions / hello (push) Successful in 1s
All checks were successful
Test Actions / hello (push) Successful in 1s
This commit is contained in:
12
.gitea/workflows/test.yaml
Normal file
12
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Test Actions
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Say Hello
|
||||
run: echo "Hello from Gitea Actions on UGREEN NAS!"
|
||||
Reference in New Issue
Block a user