From 5de789779ba30bb25c050bf0b609a3244b240234 Mon Sep 17 00:00:00 2001 From: Yohann Parisien Date: Sun, 25 Feb 2024 23:48:45 +0100 Subject: [PATCH] Update YAML --- action.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 101186a..f35838e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'The name of your action here' -description: 'Provide a description here' -author: 'Your name or organization here' +name: 'GCP Workflows Advanced Actions' +description: 'Help to deploy Cloud Functions used by a Workflow' +author: 'Yohann PARISIEN' # Add your action's branding here. This will appear on the GitHub Marketplace. branding: @@ -9,10 +9,13 @@ branding: # Define your inputs here. inputs: - milliseconds: - description: 'Your input description here' + env: + description: 'Environment (dev/staging/prod)' + required: true + default: 'dev' + specs: + description: 'Specifications of Workflow' required: true - default: '1000' # Define your outputs here. outputs: