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:
parent
1ab7560a86
commit
62ae9cb695
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user