We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0d82b commit 7eb344aCopy full SHA for 7eb344a
.github/actions/clean-storage-accounts/action.yml
@@ -12,6 +12,7 @@ runs:
12
- name: Clean Storage Accounts
13
uses: azure/powershell@v1
14
with:
15
+ azPSVersion: "latest"
16
inlineScript: |
17
$currentUtcTime = [DateTime]::UtcNow
18
0 commit comments