Skip to content

Commit

Permalink
Merge pull request #101 from ThorstenSauter/bump-powershell-action-v2
Browse files Browse the repository at this point in the history
Bump `azure/powershell` action to `v2` in GitHub docs
  • Loading branch information
merill authored Apr 16, 2024
2 parents 7e59e65 + f7a358a commit 724e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/monitoring/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Run Maester
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
# Get Token
Expand Down

0 comments on commit 724e277

Please sign in to comment.