From 3d2a9733a99b13842532d7c7c3c02f1a895e4ea7 Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Fri, 20 Oct 2023 14:27:02 -0500 Subject: [PATCH] Fix repo again. --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e53a0a8..b29568d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -24,7 +24,7 @@ jobs: - name: Clone Ansible collection dependancy (smallstep.sigstore) uses: actions/checkout@v4 with: - repository: ansible-collection-sigstore + repository: smallstep/ansible-collection-sigstore path: ansible_collections/smallstep/sigstore - name: Clone Ansible collection dependancy (ansible.windows)