Skip to content

Commit

Permalink
fix(ci): Adjust variable name missed during lint update (#12768)
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck authored Jan 9, 2025
1 parent a3e876e commit 5c96634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c96634

Please sign in to comment.