1
0
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:
Addison Beck 2025-01-08 23:37:26 -05:00 committed by GitHub
parent a3e876eb8f
commit 5c96634974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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