We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a406e37 commit 1df4972Copy full SHA for 1df4972
.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: '${{ steps.latest-proof-params.outputs.data.workflow_runs }}'"
+ - run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs }}'"
184
185
#- name: Download All Artifacts
186
# uses: actions/download-artifact@v4
0 commit comments