We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df4972 commit d9c9c5eCopy full SHA for d9c9c5e
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
#repo: rust-fil-proofs
181
env:
182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183
- - run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs }}'"
+ - run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}'"
184
185
#- name: Download All Artifacts
186
# uses: actions/download-artifact@v4
0 commit comments