Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed May 12, 2020
1 parent da44096 commit 6814120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A GitHub Action to deploy ARM templates.
## Usage

```yml
- uses: whiteducksoftware/azure-arm-action@v2
- uses: whiteducksoftware/azure-arm-action@v2.2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
resourceGroupName: <YourResourceGroup>
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: whiteducksoftware/azure-arm-action@v2
- uses: whiteducksoftware/azure-arm-action@v2.2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
resourceGroupName: github-action-arm-rg
Expand Down

0 comments on commit 6814120

Please sign in to comment.