mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
fix(ci): Adjust variable name missed during lint update (#12768)
This commit is contained in:
2
.github/workflows/deploy-web.yml
vendored
2
.github/workflows/deploy-web.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
retrive_secrets_keyvault: ${{ steps.config.outputs.retrive_secrets_keyvault }}
|
retrive_secrets_keyvault: ${{ steps.config.outputs.retrive_secrets_keyvault }}
|
||||||
sync_utility: ${{ steps.config.outputs.sync_utility }}
|
sync_utility: ${{ steps.config.outputs.sync_utility }}
|
||||||
sync_delete_destination_files: ${{ steps.config.outputs.sync_delete_destination_files }}
|
sync_delete_destination_files: ${{ steps.config.outputs.sync_delete_destination_files }}
|
||||||
slack_channel_name: ${{ steps.config.outputs.slack-channel-name }}
|
slack_channel_name: ${{ steps.config.outputs.slack_channel_name }}
|
||||||
steps:
|
steps:
|
||||||
- name: Configure
|
- name: Configure
|
||||||
id: config
|
id: config
|
||||||
|
|||||||
Reference in New Issue
Block a user