Skip to content

Commit

Permalink
chore: try direct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent bceba39 commit 5a84297
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,10 @@ jobs:
- uses: octokit/[email protected]
id: latest-proof-params
with:
route: GET /repos/{owner}/{repo}/rust-fil-proofs/actions/workflows/proof-params.yml/runs
owner: filecoin-project
repo: rust-fil-proofs
#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
#owner: filecoin-project
#repo: rust-fil-proofs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo latest proof params: '${{ steps.latest-proof-params.outputs.data }}'"
Expand Down

0 comments on commit 5a84297

Please sign in to comment.