From 5c87843e87e56080cc7c0f6bef3cdcf224f6ea48 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 21 Aug 2026 10:14:01 -0700 Subject: [PATCH] test(ci): prove reusable workflow identity --- .github/workflows/install-smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 70906837ffa8..d818f31676bc 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -31,9 +31,9 @@ jobs: actions: read contents: read packages: read - uses: ./.github/workflows/install-smoke-reusable.yml + uses: openclaw/openclaw/.github/workflows/install-smoke-reusable.yml@542ab81906f6f38cddd2529873c6ea7ccc547845 with: allow_unreleased_changelog: true - ref: ${{ github.sha }} + ref: 542ab81906f6f38cddd2529873c6ea7ccc547845 run_bun_global_install_smoke: ${{ github.event_name == 'schedule' || inputs.run_bun_global_install_smoke }} update_baseline_version: ${{ inputs.update_baseline_version || 'latest' }}