Skip to content

Commit d4b85f7

Browse files
committed
fix(06-verification): restore gh RUN_ID template for Nyquist contract test
Made-with: Cursor
1 parent 23b7196 commit d4b85f7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.planning/phases/06-ci-on-github/06-VERIFICATION.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ Run ID **24843225885** — all three jobs **success** for the SHA above.
4545

4646
```bash
4747
gh run list --repo szTheory/threadline --workflow=ci.yml --branch=main --limit=5
48-
gh run view 24843225885 --repo szTheory/threadline --json conclusion,headSha,url
48+
gh run view RUN_ID --repo szTheory/threadline --json conclusion,headSha,url
4949
```
5050

51-
`conclusion`: `success`, `headSha`: matches `origin/main` above.
51+
Replace `RUN_ID` with **24843225885** for the green run recorded below (or the latest run whose `headSha` matches `git rev-parse origin/main`).
52+
53+
`gh run view 24843225885 --repo szTheory/threadline --json conclusion,headSha,url``conclusion`: `success`, `headSha`: matches the SHA documented above for that close-out.
5254

5355
### Run URL
5456

0 commit comments

Comments
 (0)