-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @aksatlanta | ||
* @Azure/aks-atlanta |
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.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -327,3 +327,5 @@ ASALocalRun/ | |
|
||
# MFractors (Xamarin productivity tool) working folder | ||
.mfractor/ | ||
|
||
# Transpiled JS |
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.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.