diff options
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 |