From 7476ff3565531c47696e84a8e9b6cadb9caa1ac2 Mon Sep 17 00:00:00 2001 From: jgarcesres Date: Thu, 21 May 2020 14:52:06 -0700 Subject: [PATCH] Update action.yml --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 344e6de..2b54a95 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,6 @@ name: 'JAMF scripts' description: > - creates or updates scripts in jamf from a given directory, using the filename to name the script. - it will create suffixes using the branch name for any other branch that's not master + creates, updates and delets scripts in jamf from your github repository inputs: jamf_url: description: 'url of your jamf instance' @@ -39,4 +38,4 @@ runs: image: 'Dockerfile' branding: color: purple - icon: link \ No newline at end of file + icon: link