ci(formal): checkout formal models from canonical repo main
This commit is contained in:
parent
c83c19d9cd
commit
141dc1af4b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/formal-conformance.yml
vendored
3
.github/workflows/formal-conformance.yml
vendored
|
|
@ -20,7 +20,8 @@ jobs:
|
||||||
- name: Checkout formal models
|
- name: Checkout formal models
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: vignesh07/clawdbot-formal-models
|
repository: openclaw/clawdbot-formal-models
|
||||||
|
ref: main
|
||||||
path: clawdbot-formal-models
|
path: clawdbot-formal-models
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue