This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters