Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Update github action to include org name in checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Aug 17, 2024
1 parent 36e751a commit fcee582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3
with:
path: './packages/projects/projects/${{ github.event.repository.name }}'
path: './packages/projects/projects/etherealengine/${{ github.event.repository.name }}'
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit fcee582

Please sign in to comment.