Initial commit

This commit is contained in:
2024-12-07 15:44:48 +01:00
commit 0d3e37bfe0
4 changed files with 45 additions and 0 deletions

13
action.yml Normal file
View File

@@ -0,0 +1,13 @@
name: Restart kube apps
description: Permits restarting a deployed kube-app when an update is pushed
author: Skydust
# Define your inputs here.
inputs:
deploymentName:
description: The deployment name
required: true
runs:
using: docker
image: Dockerfile