From 5a84297b38bfc34b7c8b48be8fedd883ab4c88ab Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Thu, 29 Aug 2024 00:09:41 +0200 Subject: [PATCH] chore: try direct URL --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c0e5fd1..fdc688615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,9 +174,10 @@ jobs: - uses: octokit/request-action@v2.x 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 }}'"