kubectl/action.yml
Serhiy Mytrovtsiy c390c8d349 fix: fixed INPUT_ARGS in the entrypoint.sh
feat: temporarily removed some tests
2022-06-04 00:33:35 +02:00

13 lines
327 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: false
runs:
using: 'docker'
image: 'Dockerfile'