Skip to content

Commit d9c9c5e

Browse files
committed
chore: print run-id
1 parent 1df4972 commit d9c9c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs }}'"
183+
- run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}'"
184184

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

0 commit comments

Comments
 (0)