From 55a165ff790d5aa3cadfa4be642931563f34b1c5 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 21:43:54 +0900 Subject: Add graphdata.json generation step --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 9e9fa5c..0b8ea7a 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,11 @@ runs: run: npm install shell: bash + - name: Generate graphdata.json + working-directory: ./action + run: ls -la + shell: bash + - name: Generate graphdata.json working-directory: ./action run: cat package.json -- cgit