diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 21:43:54 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 21:43:54 +0900 |
commit | 55a165ff790d5aa3cadfa4be642931563f34b1c5 (patch) | |
tree | 53746cc8eed529398a4cb59e8fa4fee061a1826c | |
parent | 4acc19e0ad86880107af2c1a60db178929083b08 (diff) |
Add graphdata.json generation step
-rw-r--r-- | action.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ runs: - name: Generate graphdata.json working-directory: ./action + run: ls -la + shell: bash + + - name: Generate graphdata.json + working-directory: ./action run: cat package.json shell: bash |