From 3bb77c88b819c0283d1cb815fa78724384b2486a Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Wed, 5 Feb 2025 15:12:18 -0500 Subject: [PATCH] add checkout action... skull --- .gitea/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d817c61..0270447 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest # container: ghcr.io/catthehacker/ubuntu:act-latest steps: + - name: Pull repo + uses: actions/checkout@v4 - name: Login to Docker Hub uses: docker/login-action@v3 with: