Skip to content

Commit 41a4132

Browse files
authored
Merge pull request #2 from jordance71/dev
update main with new sync
2 parents 3ce64c1 + 2943ee7 commit 41a4132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ runs:
2222
steps:
2323
- name: "Install `paperpile-notion`"
2424
shell: "bash"
25-
run: "npm install -g @jmuchovej/paperpile-notion"
25+
run: "npm install -g @jordance71/paperpile-notion"
2626

2727
- continue-on-error: true
2828
name: "Download `paperpile-notion` cache"
2929
uses: "dawidd6/action-download-artifact@v2"
3030
with:
3131
workflow: "sync.yaml"
3232
name: "paperpile-notion-cache"
33-
path: ".cache/paperpile-notion/"
33+
path: ".cache/paperpile-notion-sync/"
3434
search_artifacts: true
3535

3636
- name: "Sync local `{.config,.cache}` with `~/{.config,.cache}`"

0 commit comments

Comments
 (0)