Skip to content

Commit 9f60cca

Browse files
committed
fix: download artifact params
1 parent 3fcd7d2 commit 9f60cca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
continue-on-error: true
212212
with:
213213
name: formal-spec-html
214-
workflow_run_id: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.id || '' }}
214+
run-id: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.id || '' }}
215215
path: formal-spec-html
216216

217217
- name: 📝 Update formal spec

.github/workflows/formal-spec-listener.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
name: formal-spec-html
2525
path: previous-formal-spec-html
26-
if-no-files-found: ignore
2726

2827
- name: Check previous artifacts
2928
id: check_previous

0 commit comments

Comments
 (0)