This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
name: Hello World
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Say hello
|
||||||
|
run: echo "Hello, Gitea Actions!"
|
||||||
Reference in New Issue
Block a user