mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01: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:
parent
06adde65e7
commit
167648e213
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'
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user