1
0
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:
Joseph Flinn
2024-01-05 09:05:11 -08:00
committed by GitHub
parent 06adde65e7
commit 167648e213

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