From ccd88d170828ed67d4f9d012a511b4214fa1b1a7 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 22:01:09 +0900 Subject: Add print files step to action.yml --- action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'action.yml') diff --git a/action.yml b/action.yml index cc8808d..4592a76 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,16 @@ runs: run: npm run generate --script_params=../orgs/org-roam.db shell: bash + - name: print files + run: ls -la + working-directory: action + shell: bash + + - name: print files + run: cat graphdata.json + working-directory: action + shell: bash + - name: Create Notes working-directory: action run: ./create_notes.sh -- cgit