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

Commit

Permalink
Fixed failed publish (#6)
Browse files Browse the repository at this point in the history
StiviiK committed Jul 9, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent ed03750 commit 6178e42
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ Additionally are the following outputs available:
## Usage

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

## Steps
```yaml
- uses: whiteducksoftware/[email protected]
- uses: whiteducksoftware/[email protected].2
id: deploy
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
@@ -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/[email protected]
- uses: whiteducksoftware/[email protected].2
id: deploy2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -63,6 +63,8 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgrijalva/jwt-go v3.2.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
github.com/dgrijalva/jwt-go v3.2.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=

0 comments on commit 6178e42

Please sign in to comment.