We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ce64c1 + 2943ee7 commit 41a4132Copy full SHA for 41a4132
action.yaml
@@ -22,15 +22,15 @@ runs:
22
steps:
23
- name: "Install `paperpile-notion`"
24
shell: "bash"
25
- run: "npm install -g @jmuchovej/paperpile-notion"
+ run: "npm install -g @jordance71/paperpile-notion"
26
27
- continue-on-error: true
28
name: "Download `paperpile-notion` cache"
29
uses: "dawidd6/action-download-artifact@v2"
30
with:
31
workflow: "sync.yaml"
32
name: "paperpile-notion-cache"
33
- path: ".cache/paperpile-notion/"
+ path: ".cache/paperpile-notion-sync/"
34
search_artifacts: true
35
36
- name: "Sync local `{.config,.cache}` with `~/{.config,.cache}`"
0 commit comments