File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,26 @@ jobs:
1414 - uses : actions/checkout@v2
1515 with :
1616 ref : gh-pages
17- - name : Wait for host spec
17+ - name : Wait for host spec pdf
1818 uses : lewagon/wait-on-check-action@v1.1.1
1919 with :
2020 ref : ${{ github.sha }}
21- check-name : deb-build-spec-host
21+ check-name : deb-build-spec-host-pdf
2222 repo-token : ${{ secrets.GITHUB_TOKEN }}
23- - name : Download host spec
23+ - name : Download host spec pdf
2424 uses : marcofaggian/action-download-multiple-artifacts@v3.0.8
2525 with :
2626 names : polkadot-host-spec.pdf
2727 workflow : deb-spec-host
2828 commit : ${{ github.sha }}
2929 event : ${{ github.event_name }}
30- - name : Wait for runtime spec
30+ - name : Wait for runtime spec pdf
3131 uses : lewagon/wait-on-check-action@v1.1.1
3232 with :
3333 ref : ${{ github.sha }}
3434 check-name : deb-build-spec-runtime
3535 repo-token : ${{ secrets.GITHUB_TOKEN }}
36- - name : Download runtime spec
36+ - name : Download runtime spec pdf
3737 uses : marcofaggian/action-download-multiple-artifacts@v3.0.8
3838 with :
3939 names : polkadot-runtime-spec.pdf
You can’t perform that action at this time.
0 commit comments