mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-27 13:55:46 +00:00
BRE-1869 feat(build-bitwarden-lite): repository dispatch input (#502)
This commit is contained in:
4
.github/workflows/build-bitwarden-lite.yml
vendored
4
.github/workflows/build-bitwarden-lite.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
ref: ${{ inputs.self_host_repo_ref || github.ref }}
|
||||
ref: ${{ inputs.self_host_repo_ref || github.event.client_payload.self_host_repo_ref || github.ref }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set Server variables
|
||||
@@ -137,7 +137,7 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
ref: ${{ inputs.self_host_repo_ref || github.ref }}
|
||||
ref: ${{ inputs.self_host_repo_ref || github.event.client_payload.self_host_repo_ref || github.ref }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Check secrets
|
||||
|
||||
Reference in New Issue
Block a user