Move
This commit is contained in:
parent
b7d6913446
commit
cae4f52de1
1 changed files with 0 additions and 0 deletions
10
.gitea/workflows/deploy.yml
Normal file
10
.gitea/workflows/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…
Add table
Add a link
Reference in a new issue