From 041db5b465d878df32c82eb43105c233a0def1b9 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 10:54:08 -0500 Subject: [PATCH] Using an absolute path --- .github/workflows/publish-to-ansible-galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index fd517ba..3f0b190 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -12,4 +12,4 @@ jobs: - uses: ansible/ansible-publish-action@v1.0.0 with: api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} - src_path: . + src_path: /github/workspace/dominion_solutions/netbird