mirror of
https://github.com/bitwarden/browser
synced 2025-01-19 07:50:08 +01:00
fix(ci): Adjust variable name missed during lint update (#12768)
This commit is contained in:
parent
a3e876eb8f
commit
5c96634974
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 }}
|
||||
sync_utility: ${{ steps.config.outputs.sync_utility }}
|
||||
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:
|
||||
- name: Configure
|
||||
id: config
|
||||
|
Loading…
Reference in New Issue
Block a user