WIP
Some checks failed
Hello World / say_hello (push) Failing after 22s

This commit is contained in:
Martin Kudlacek
2025-11-13 08:34:49 +01:00
parent 8d8707ba6f
commit b27faa9861

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://gitea.com/actions/checkout@v44
- name: Say Hello
run: echo "Hello, world from Gitea Actions!"