Skip to content

Commit 7f36475

Browse files
committed
fix
1 parent 9734dd3 commit 7f36475

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

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

Lines changed: 0 additions & 56 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: echo "DISCOURSE_CORE=./discourse" > .env
3636

3737
- name: Extract App Events
38-
run: node ./scripts/extract_app_events.mjs
38+
run: node ../scripts/extract_app_events.mjs
3939

4040
- name: Generate App Events Details Doc
41-
run: node ./scripts/create_app_events_doc_markdown.mjs
41+
run: node ../scripts/create_app_events_doc_markdown.mjs
4242

4343
- name: Create Pull Request
4444
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)