aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 80e6d94..4c3f96c 100644
--- a/action.yml
+++ b/action.yml
@@ -23,10 +23,12 @@ runs:
- name: Install dependencies
run: npm ci
- working-directory: .
+ shell: bash
- name: Generate graphdata.json
run: npm run generate --script_params=./orgs/org-roam.db
+ shell: bash
- name: print graphdata.json
run: cat graphdata.json
+ shell: bash