1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Fix build: change self-host trigger workflow name (#3042)

This commit is contained in:
Michał Chęciński 2023-06-23 17:13:45 +02:00 committed by GitHub
parent 1ab7560a86
commit 62ae9cb695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,7 +554,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: 'bitwarden',
repo: 'self-host',
workflow_id: 'build-self-host.yml',
workflow_id: 'build-unified.yml',
ref: 'master',
inputs: {
server_branch: '${{ github.ref }}'