We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a961989 commit 3f52c87Copy full SHA for 3f52c87
action.yaml
@@ -24,9 +24,9 @@ runs:
24
shell: "bash"
25
run: "npm install -g https://github.com/jordance71/paperpile-notion-workflow.git"
26
27
- - continue-on-error: true
28
- name: "Download `paperpile-notion` cache"
+ - name: "Download `paperpile-notion` cache"
29
uses: "dawidd6/action-download-artifact@v2"
+ continue-on-error: true
30
with:
31
workflow: "sync.yaml"
32
name: "paperpile-notion-cache"
@@ -67,8 +67,7 @@ runs:
67
run: |
68
paperpile-notion articles:clean ${{ inputs.references }} -t ${{ inputs.token }}
69
70
- - if: always()
71
- name: "Upload `paperpile-notion` cache as Artifact"
+ - name: "Upload `paperpile-notion` cache as Artifact"
72
uses: "actions/upload-artifact@v3"
73
74
0 commit comments