diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 22:01:09 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 22:01:09 +0900 |
commit | ccd88d170828ed67d4f9d012a511b4214fa1b1a7 (patch) | |
tree | 376bb7b5157fcd6e40d119a5f046acfe24a48897 /action.yml | |
parent | b7b4a535d78861ff27756306acb57ca63d7138f8 (diff) |
Add print files step to action.yml
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |