1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 12:13:17 +00: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

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