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' }}