Skip to content

Commit

Permalink
chore: print run-id
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 1df4972 commit d9c9c5e
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: '${{ 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 }}'"

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

0 comments on commit d9c9c5e

Please sign in to comment.