1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +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:
Joseph Flinn 2024-01-05 09:05:11 -08:00 committed by GitHub
parent 06adde65e7
commit 167648e213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}
})