Skip to content

Commit

Permalink
chore: get data
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent a406e37 commit 1df4972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
#repo: rust-fil-proofs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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 }}'"

#- name: Download All Artifacts
# uses: actions/download-artifact@v4
Expand Down

0 comments on commit 1df4972

Please sign in to comment.