We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a650d commit 30bd0c1Copy full SHA for 30bd0c1
.github/workflows/update-app-events-data.yml
@@ -33,10 +33,10 @@ jobs:
33
uses: actions/checkout@v4
34
with:
35
repository: discourse/discourse
36
- path: "../discourse"
+ path: "discourse"
37
38
- name: Create .env file
39
- run: echo "DISCOURSE_CORE=../discourse" > .env
+ run: echo "DISCOURSE_CORE=discourse" > .env
40
41
- name: Extract App Events
42
run: node ./scripts/extract_app_events.mjs
0 commit comments