This commit is contained in:
16
.gitea/workflows/hello.yml
Normal file
16
.gitea/workflows/hello.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Hello Gitea Workflow
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Say Hello
|
||||||
|
run: echo "👋 Hello from Gitea Actions!"
|
||||||
Reference in New Issue
Block a user