Skip to content

Commit

Permalink
Fix stale action path references
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 25, 2023
1 parent f126484 commit 0f1a169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

defaults:
run:
working-directory: 'nephelaiio.mongos'
working-directory: 'nephelaiio.docker'

jobs:
lint:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

defaults:
run:
working-directory: 'nephelaiio.mongos'
working-directory: 'nephelaiio.docker'

jobs:
release:
Expand All @@ -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
Expand Down

0 comments on commit 0f1a169

Please sign in to comment.