mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +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({
|
await github.rest.actions.createWorkflowDispatch({
|
||||||
owner: 'bitwarden',
|
owner: 'bitwarden',
|
||||||
repo: 'self-host',
|
repo: 'self-host',
|
||||||
workflow_id: 'build-self-host.yml',
|
workflow_id: 'build-unified.yml',
|
||||||
ref: 'master',
|
ref: 'master',
|
||||||
inputs: {
|
inputs: {
|
||||||
server_branch: '${{ github.ref }}'
|
server_branch: '${{ github.ref }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user