ci: add checkout to the demo workflow
demo / check (push) Failing after 33s

This commit is contained in:
Esa Kataja
2026-09-06 10:07:46 +03:00
parent 00b737cf8d
commit 5e3650deea
+2
View File
@@ -6,3 +6,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "hello from ${{ gitea.repository }} on ${{ gitea.ref }}" - run: echo "hello from ${{ gitea.repository }} on ${{ gitea.ref }}"
- uses: actions/checkout@v4
- run: ls -la && git log --oneline -1