aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-24 00:41:57 +0900
committerikoamu <ikoamu@gmail.com>2024-01-24 00:41:57 +0900
commitacb32deefcb957bd2ada4cae3305854306f9edef (patch)
tree4ceedc89c639b1d5fe263376f719a792c743966c /action.yml
parent8ea3f2205116984f5196ea61b5bf11a7c0f165ff (diff)
Update npm commands in action.yml
Diffstat (limited to 'action.yml')
-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