13 lines
326 B
YAML
13 lines
326 B
YAML
name: 'Kuberentes (k8s) cli - kubectl'
|
|
description: 'GitHub Action for interacting with kubectl (k8s)'
|
|
author: 'Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>'
|
|
branding:
|
|
icon: 'terminal'
|
|
color: 'blue'
|
|
inputs:
|
|
args:
|
|
description: 'Arguments for the CLI command'
|
|
required: true
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |