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

This commit is contained in:
Martin Kudlacek
2025-11-13 08:36:00 +01:00
parent b27faa9861
commit 94c41bd6fb

View File

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