Try first action
This commit is contained in:
parent
0ae7df466b
commit
b7d6913446
1 changed files with 10 additions and 0 deletions
10
.gitea/deploy.yml
Normal file
10
.gitea/deploy.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: hello-world
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
my-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: my-step
|
||||
run: echo "Hello World!"
|
Loading…
Reference in a new issue