From 94bcd9f3a8da92e3f550d0b6b963ac376cc76cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:39:52 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 1124cd6..85e579f 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -21,7 +21,7 @@ jobs: container: image: librespace/ansible volumes: - - ${PWD}/ansible:/ansible + - ${{gitea.workspace}}/ansible:/ansible steps: - name: ls shell: bash