mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-25 04:48:50 +00:00
Add GitHub Action for Flux CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
050ba951b0
commit
aa8dced7ad
4 changed files with 86 additions and 0 deletions
15
action/action.yml
Normal file
15
action/action.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: 'kustomize'
|
||||
description: 'A GitHub Action for running Flux commands'
|
||||
author: 'Flux project'
|
||||
branding:
|
||||
icon: 'command'
|
||||
color: 'blue'
|
||||
inputs:
|
||||
version:
|
||||
description: 'strict semver'
|
||||
required: false
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.version }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue