Delete .gitea/workflows/hello.yamlx #9

Closed
testuser wants to merge 6 commits from testuser/static.kovagoadi.hu:testuser-patch-1 into main
Showing only changes of commit 7ba8935999 - Show all commits

View File

@@ -1,15 +0,0 @@
name: Hello world
on:
- push
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print hello
run: echo "Hello, world! from Gitea Actions"