ci: pin Claws application contract head

This commit is contained in:
Gio Della-Libera
2026-07-30 18:21:29 -07:00
parent 93ea8bdaaa
commit 6feeef38a9
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ jobs:
runs-on: blacksmith-8vcpu-ubuntu-2404
timeout-minutes: 25
env:
OPENCLAW_CONTRACT_REPOSITORY: openclaw/openclaw
OPENCLAW_CONTRACT_SHA: e79faff8aa755b201302edd286976a03f9ed79ea
OPENCLAW_CONTRACT_REPOSITORY: giodl73-repo/openclaw
OPENCLAW_CONTRACT_SHA: 9002871d2f3bdf24b288070fa9935638f3ebda5e
steps:
- uses: actions/checkout@v7.0.1
+2 -2
View File
@@ -20,8 +20,8 @@ describe("Claw feed OpenClaw contract workflow", () => {
};
const job = workflow.jobs["claws-openclaw-contract"];
expect(job?.env).toMatchObject({
OPENCLAW_CONTRACT_REPOSITORY: "openclaw/openclaw",
OPENCLAW_CONTRACT_SHA: "e79faff8aa755b201302edd286976a03f9ed79ea",
OPENCLAW_CONTRACT_REPOSITORY: "giodl73-repo/openclaw",
OPENCLAW_CONTRACT_SHA: "9002871d2f3bdf24b288070fa9935638f3ebda5e",
});
expect(job?.steps).toContainEqual(
expect.objectContaining({