From 0f1a1691a97760990b383334d76c7a0d1500ad1f Mon Sep 17 00:00:00 2001 From: Ted Cook Date: Fri, 24 Nov 2023 19:57:17 -0600 Subject: [PATCH] Fix stale action path references --- .github/workflows/lint.yml | 4 ++-- .github/workflows/molecule.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7bf28c7..5822eca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: defaults: run: - working-directory: 'nephelaiio.mongos' + working-directory: 'nephelaiio.docker' jobs: lint: @@ -18,7 +18,7 @@ jobs: - name: Check out the codebase uses: actions/checkout@v4 with: - path: 'nephelaiio.mongos' + path: 'nephelaiio.docker' - name: Set up python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 48e4390..865cc0c 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -34,7 +34,7 @@ jobs: - name: Check out the codebase uses: actions/checkout@v4 with: - path: 'nephelaiio.mongos' + path: 'nephelaiio.docker' - name: Set up python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eb5b3e..d5d106f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: defaults: run: - working-directory: 'nephelaiio.mongos' + working-directory: 'nephelaiio.docker' jobs: release: @@ -23,7 +23,7 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v4 with: - path: 'nephelaiio.mongos' + path: 'nephelaiio.docker' - name: Set up Python 3 uses: actions/setup-python@v4