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

Commit

Permalink
Bump version to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Aug 17, 2020
1 parent 16ba987 commit 71b81ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Additionally are the following outputs available:
## Usage

```yml
- uses: whiteducksoftware/azure-arm-action@v3.1
- uses: whiteducksoftware/azure-arm-action@v3.2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
resourceGroupName: <YourResourceGroup>
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: whiteducksoftware/azure-arm-action@v3.1
- uses: whiteducksoftware/azure-arm-action@v3.2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
resourceGroupName: <YourResourceGroup>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ branding:
icon: package
runs:
using: 'docker'
image: 'docker://whiteduck/azure-arm-action:v3.1'
image: 'docker://whiteduck/azure-arm-action:v3.2'
4 changes: 2 additions & 2 deletions examples/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Our template has two outputs `location` and `containerName`. But we are only int

## Steps
```yaml
- uses: whiteducksoftware/azure-arm-action@v3.1
- uses: whiteducksoftware/azure-arm-action@v3.2
id: deploy
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down Expand Up @@ -36,7 +36,7 @@ we can see that on the console will be `github-action` printed.

Now we add our second deployment which relies on that value and modfies the `containerName` parameter,
```yaml
- uses: whiteducksoftware/azure-arm-action@v3.1
- uses: whiteducksoftware/azure-arm-action@v3.2
id: deploy2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down

0 comments on commit 71b81ae

Please sign in to comment.