From 48207ec6a8d8b5947ef1bb13ccf323ffc4261de9 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 10:43:43 -0500 Subject: [PATCH] Added checkout --- .github/workflows/publish-to-ansible-galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index ef7662b..5a7b506 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -7,6 +7,7 @@ jobs: ansible-publish: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: ansible/ansible-publish-action@v1.0.0 with: api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}