Skip to content

Commit

Permalink
Fix workflow directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyjs committed Oct 23, 2024
1 parent c33b434 commit c53d3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: CI
- cron: "0 5 * * 0"
defaults:
run:
working-directory: 'jeffreyswindel1.packer'
working-directory: jeffreyjs.packer
jobs:
lint:
name: Lint
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'jeffreyswindel1.log2r.packer'
path: jeffreyjs.packer
- name: Set up Python 3.
uses: actions/setup-python@v5
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'jeffreyswindel1.log2ram'
path: jeffreyjs.packer
- name: Set up Python 3.
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c53d3e2

Please sign in to comment.