We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcd7d2 commit 9f60ccaCopy full SHA for 9f60cca
.github/workflows/docs.yaml
@@ -211,7 +211,7 @@ jobs:
211
continue-on-error: true
212
with:
213
name: formal-spec-html
214
- workflow_run_id: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.id || '' }}
+ run-id: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.id || '' }}
215
path: formal-spec-html
216
217
- name: 📝 Update formal spec
.github/workflows/formal-spec-listener.yaml
@@ -23,7 +23,6 @@ jobs:
23
24
25
path: previous-formal-spec-html
26
- if-no-files-found: ignore
27
28
- name: Check previous artifacts
29
id: check_previous
0 commit comments