diff options
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ runs: shell: bash - name: Generate graphdata.json working-directory: action - run: npm run generate --script_params=${{ inputs.org-roam-db-filename }} + run: npm run generate --script_params='../org/${{ inputs.org-roam-db-filename }}'' shell: bash - name: Create Notes working-directory: action |