mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:00:44 +00:00
fix(ci): harden package acceptance refs
This commit is contained in:
@@ -54,7 +54,10 @@ describe("package acceptance workflow", () => {
|
||||
"package_label: openclaw@${{ needs.resolve_package.outputs.package_version }}",
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
"harness_ref: ${{ inputs.source == 'ref' && inputs.package_ref || inputs.workflow_ref }}",
|
||||
"package_source_sha: ${{ steps.resolve.outputs.package_source_sha }}",
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
"harness_ref: ${{ needs.resolve_package.outputs.package_source_sha || inputs.workflow_ref }}",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user