From aa289af22c8c9c3e2466c4fd02cdc0f161e49333 Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 25 Jul 2024 13:19:51 +0000 Subject: [PATCH] .forgejo/workflows/demo.yml aktualisiert --- .forgejo/workflows/demo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index d6c5c38..2704f30 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -10,6 +10,9 @@ jobs: runs-on: podman name: A job to say hello steps: + - uses: actions/checkout@v4 + - name: ls + run: ls -lisa - name: Hello world action step id: hello uses: https://git.php.fail/lubiana/hello-world-podman@v3