Skip to content

Commit

Permalink
chore: single result only
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 5a84297 commit a406e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ jobs:
id: latest-proof-params
with:
#route: GET /repos/{owner}/{repo}/rust-fil-proofs/actions/workflows/proof-params.yml/runs
route: GET /repos/filecoin-project/rust-fil-proofs/actions/workflows/proof-params.yml/runs
route: GET /repos/filecoin-project/rust-fil-proofs/actions/workflows/proof-params.yml/runs?per_page=1
#owner: filecoin-project
#repo: rust-fil-proofs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo latest proof params: '${{ steps.latest-proof-params.outputs.data }}'"
- run: "echo latest proof params: '${{ steps.latest-proof-params.outputs.data.workflow_runs }}'"

#- name: Download All Artifacts
# uses: actions/download-artifact@v4
Expand Down

0 comments on commit a406e37

Please sign in to comment.