Skip to content

Instantly share code, notes, and snippets.

@Hmerac
Created April 13, 2020 19:24
Show Gist options
  • Save Hmerac/4b3c9725b2650a8dc2035e78fb6bce5e to your computer and use it in GitHub Desktop.
Save Hmerac/4b3c9725b2650a8dc2035e78fb6bce5e to your computer and use it in GitHub Desktop.
Action configuration
name: 'kubeval'
description: 'GitHub Action by kubeval command'
author: 'Mert Acikportali'
branding:
icon: 'target'
color: 'red'
inputs:
command:
description: 'Command to run'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment