BRE-1869 feat(build-bitwarden-lite): repository dispatch input (#502)

This commit is contained in:
Tyler
2026-05-07 13:03:48 -04:00
committed by GitHub
parent baf1e18ae4
commit 044e721031

View File

@@ -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