Skip to content

Commit a406e37

Browse files
committed
chore: single result only
1 parent 5a84297 commit a406e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ jobs:
175175
id: latest-proof-params
176176
with:
177177
#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
179179
#owner: filecoin-project
180180
#repo: rust-fil-proofs
181181
env:
182182
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 }}'"
184184

185185
#- name: Download All Artifacts
186186
# uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)