File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,12 @@ jobs:
175
175
id : latest-proof-params
176
176
with :
177
177
# route: GET /repos/{owner}/{repo}/rust-fil-proofs/actions/workflows/proof-params.yml/runs
178
- route : GET /repos/filecoin-project/rust-fil-proofs/actions/workflows/proof-params.yml/runs
178
+ route : GET /repos/filecoin-project/rust-fil-proofs/actions/workflows/proof-params.yml/runs?per_page=1
179
179
# owner: filecoin-project
180
180
# repo: rust-fil-proofs
181
181
env :
182
182
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
183
- - run : " echo latest proof params: '${{ steps.latest-proof-params.outputs.data }}'"
183
+ - run : " echo latest proof params: '${{ steps.latest-proof-params.outputs.data.workflow_runs }}'"
184
184
185
185
# - name: Download All Artifacts
186
186
# uses: actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments