mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 19:35:28 -06:00
test(ci): prove reusable workflow identity
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user