This commit is contained in:
Martin Kudlacek
2025-11-13 09:01:19 +01:00
parent 31ae81f38a
commit 5e7bfccdca

View File

@@ -8,10 +8,11 @@ jobs:
say_hello: say_hello:
runs-on: docker runs-on: docker
steps: steps:
- name: Manual Checkout - name: Checkout
run: | uses: docker://alpine/git
git clone ${{ gitea.server_url }}/${{ gitea.repository }} . with:
git checkout ${{ gitea.ref_name }} args: clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
- name: Say Hello - name: Say Hello
run: echo "Hello, world from Gitea Actions!" run: echo "Hello, world from Gitea Actions!"
run: date > muj-cas-je-pouho-pouhe-prozatim.txt