From 923857ff1db810bf89e9d6268a99feedaafb54d7 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 10:52:48 -0500 Subject: [PATCH] Set path to . --- .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 4e1698e..fd517ba 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: ./dominion_solutions/netbird + src_path: .