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