Skip to content

Commit

Permalink
bug: Fix env variables in action-deploy.yml (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Jan 31, 2024
1 parent db13a89 commit 3c611b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy

env:
AZ_CLI_VERSION: 2.56.0

on:
workflow_call:
env:
AZ_CLI_VERSION: 2.56.0

secrets:
AZURE_CLIENT_ID:
required: true
Expand Down

0 comments on commit 3c611b7

Please sign in to comment.