WIP
All checks were successful
Hello World / say_hello (push) Successful in 1s

This commit is contained in:
Martin Kudlacek
2025-11-13 09:10:23 +01:00
parent 377f388e76
commit ea7f21a6e8

View File

@@ -8,10 +8,5 @@ jobs:
say_hello:
runs-on: docker
steps:
- name: Checkout
uses: docker://alpine/git
with:
args: clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
- name: Say Hello
run: echo "Hello, world from Gitea Actions!"