Skip to content
This repository has been archived by the owner on Aug 21, 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 9a3a98f commit f2c2e79
Showing 1 changed file with 1 addition and 1 deletion.
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 f2c2e79

Please sign in to comment.