From ea6644ac58feaf09a993bfe30b3fd1af947121be Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 23:19:17 +0900 Subject: Remove unnecessary steps in action.yml --- action.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index bff5c90..5904594 100644 --- a/action.yml +++ b/action.yml @@ -39,14 +39,6 @@ runs: working-directory: action run: npm install shell: bash - - name: Generate graphdata.json - working-directory: action - run: cat package.json - shell: bash - - name: echo - working-directory: action - run: echo ${{ inputs.org-roam-db-filename }} - shell: bash - name: Generate graphdata.json working-directory: action run: npm run generate --script_params='../org/${{ inputs.org-roam-db-filename }}'' -- cgit