Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
feature: az pwsh module installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeoliv committed Sep 23, 2021
1 parent 2e3a2a8 commit 27ee1c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Install Az PowerShell module
run: Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
shell: pwsh

- name: Run Pre-deployment script
run: |
${{ github.action_path }}/PrePostDeploymentScript.ps1 `
Expand Down

0 comments on commit 27ee1c6

Please sign in to comment.