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 9734dd3 commit 7f36475Copy full SHA for 7f36475
.github/workflows/update-app-events-data
.github/workflows/update-app-events-data.yml
@@ -35,10 +35,10 @@ jobs:
35
run: echo "DISCOURSE_CORE=./discourse" > .env
36
37
- name: Extract App Events
38
- run: node ./scripts/extract_app_events.mjs
+ run: node ../scripts/extract_app_events.mjs
39
40
- name: Generate App Events Details Doc
41
- run: node ./scripts/create_app_events_doc_markdown.mjs
+ run: node ../scripts/create_app_events_doc_markdown.mjs
42
43
- name: Create Pull Request
44
uses: peter-evans/create-pull-request@v7
0 commit comments