mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +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',
|
||||
ref: 'main',
|
||||
inputs: {
|
||||
environment: 'USDEV',
|
||||
branch-or-tag: 'main'
|
||||
'environment': 'USDEV',
|
||||
'branch-or-tag': 'main'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user