From 202bc784f725284ca9244d00d8b0d5406b9ab21e Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Thu, 21 Sep 2023 13:30:12 +0200 Subject: [PATCH] test --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1eeb839..c2969e3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,4 +7,6 @@ jobs: runs-on: ubuntu-22.04 steps: - run: apt update && apt install ansible -y + - name: Check out repository code + uses: actions/checkout@v3 - run: ansible-galaxy collection build \ No newline at end of file