Skip to content

Commit 30bd0c1

Browse files
committed
fix checkout path
1 parent 31a650d commit 30bd0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-app-events-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: discourse/discourse
36-
path: "../discourse"
36+
path: "discourse"
3737

3838
- name: Create .env file
39-
run: echo "DISCOURSE_CORE=../discourse" > .env
39+
run: echo "DISCOURSE_CORE=discourse" > .env
4040

4141
- name: Extract App Events
4242
run: node ./scripts/extract_app_events.mjs

0 commit comments

Comments
 (0)