-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ad2aa6
commit 6025c84
Showing
110 changed files
with
69,871 additions
and
450 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1 +1 @@ | ||
* @aksatlanta | ||
* @Azure/aks-atlanta |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Tag and create release draft | ||
|
||
on: | ||
push: | ||
branches: | ||
- releases/* | ||
|
||
jobs: | ||
tag-and-release: | ||
uses: OliverMKing/javascript-release-workflow/.github/workflows/tag-and-release.yml@main |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -327,3 +327,5 @@ ASALocalRun/ | |
|
||
# MFractors (Xamarin productivity tool) working folder | ||
.mfractor/ | ||
|
||
# Transpiled JS |
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: 'Kubectl tool installer' | ||
description: 'Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like 1.15.0' | ||
inputs: | ||
name: "Kubectl tool installer" | ||
description: "Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like 1.15.0" | ||
inputs: | ||
version: | ||
description: 'Version of kubectl' | ||
description: "Version of kubectl" | ||
required: true | ||
default: 'latest' | ||
default: "latest" | ||
outputs: | ||
kubectl-path: | ||
description: 'Path to the cached kubectl binary' | ||
description: "Path to the cached kubectl binary" | ||
branding: | ||
color: 'blue' | ||
color: "blue" | ||
runs: | ||
using: 'node12' | ||
main: 'lib/run.js' | ||
using: "node12" | ||
main: "lib/index.js" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.