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