Skip to content

Commit 1df4972

Browse files
committed
chore: get data
1 parent a406e37 commit 1df4972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
#repo: rust-fil-proofs
181181
env:
182182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183-
- run: "echo latest proof params: '${{ steps.latest-proof-params.outputs.data.workflow_runs }}'"
183+
- run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs }}'"
184184

185185
#- name: Download All Artifacts
186186
# uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)