mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[DEVOPS-1705] Fix US DEV Web CD (#7461)
* Fix the inputs to match the inputs for deploy-web.yml * Update workflow dispatch inputs to strings. Revert hijack
This commit is contained in:
4
.github/workflows/build-web.yml
vendored
4
.github/workflows/build-web.yml
vendored
@@ -321,8 +321,8 @@ jobs:
|
|||||||
workflow_id: 'deploy-web.yml',
|
workflow_id: 'deploy-web.yml',
|
||||||
ref: 'main',
|
ref: 'main',
|
||||||
inputs: {
|
inputs: {
|
||||||
environment: 'USDEV',
|
'environment': 'USDEV',
|
||||||
branch-or-tag: 'main'
|
'branch-or-tag': 'main'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user