mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 02:55:16 +00:00
fix(release): align package acceptance with candidate source
This commit is contained in:
parent
86fb8278ad
commit
0cd12d17d4
2 changed files with 4 additions and 2 deletions
|
|
@ -77,7 +77,9 @@ describe("package acceptance workflow", () => {
|
|||
expect(workflow).toContain(
|
||||
"uses: ./.github/workflows/openclaw-live-and-e2e-checks-reusable.yml",
|
||||
);
|
||||
expect(workflow).toContain("ref: ${{ inputs.workflow_ref }}");
|
||||
expect(workflow).toContain(
|
||||
"ref: ${{ needs.resolve_package.outputs.package_source_sha || inputs.workflow_ref }}",
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
"package_artifact_name: ${{ needs.resolve_package.outputs.package_artifact_name }}",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue