diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 23:18:49 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 23:18:49 +0900 |
commit | 1c859bbb02ba9e87bc662c007b264e9bdea695ee (patch) | |
tree | ce1a5b57135702c339b4bd877d607ebb59457fcb /action.yml | |
parent | 0839865e0bba3e6becae4e4318b76c089508f024 (diff) |
Update npm run generate command in action.yml
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 |