From 9e33ba38393102a068de6d15308996cb4c9cdbbd Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:06:42 -0500 Subject: [PATCH] Update action metadata. --- action.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index 101186a..65720f5 100644 --- a/action.yml +++ b/action.yml @@ -1,18 +1,16 @@ -name: 'The name of your action here' -description: 'Provide a description here' -author: 'Your name or organization here' +name: 'Run Polar Tests' +description: 'Runs tests in all .polar files in the current repo' +author: 'Oso' # Add your action's branding here. This will appear on the GitHub Marketplace. branding: - icon: 'heart' - color: 'red' + icon: 'user-check' + color: 'purple' # Define your inputs here. inputs: - milliseconds: - description: 'Your input description here' - required: true - default: '1000' + oso-cloud-api-key: + description: API key to the Oso Cloud environment against which you wish to run the polar tests. # Define your outputs here. outputs: