diff options
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ runs: shell: bash - name: Generate graphdata.json working-directory: action - run: npm run generate --script_params='../org/${{ 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 |