From a710958db9ff1f65a5f136808a915ae27633ec72 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 00:45:55 +0900 Subject: Update action.yml to print files instead of generating graphdata.json --- action.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index dcb344a..de03d6f 100644 --- a/action.yml +++ b/action.yml @@ -21,14 +21,18 @@ runs: with: node-version: "20.x" - - name: Install dependencies - run: npm install + - name: print files + run: ls -la shell: bash - - name: Generate graphdata.json - run: npm run generate --script_params=./orgs/org-roam.db - shell: bash + # - name: Install dependencies + # run: npm install + # shell: bash - - name: print graphdata.json - run: cat graphdata.json - 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 -- cgit