From 968302a46e7051a04b7579ec2b29931fd51677fe Mon Sep 17 00:00:00 2001 From: Tony Garcia Date: Tue, 21 Nov 2023 14:13:37 -0600 Subject: [PATCH] Use explicit namespace and name for path --- .github/workflows/sanity-checks.yml | 4 ++-- .gitignore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 702664430..f6d5cbf00 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - path: ansible_collection/${{ github.repository }} + path: ansible_collection/redhatci/ocp - name: Set up Python uses: actions/setup-python@v3 @@ -29,4 +29,4 @@ jobs: # Always succeeding sanity test until all errors are fixed - name: Run sanity test run: ansible-test sanity -v --docker --color --coverage || true - working-directory: ansible_collection/${{ github.repository }} + working-directory: ansible_collection/redhatci/ocp diff --git a/.gitignore b/.gitignore index c32b546f7..335ec9573 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -*.tar.gz \ No newline at end of file +*.tar.gz