Created
April 13, 2020 19:24
-
-
Save Hmerac/4b3c9725b2650a8dc2035e78fb6bce5e to your computer and use it in GitHub Desktop.
Action configuration
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
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