Skip to content

Commit

Permalink
Update action metadata. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarjeant authored Feb 15, 2024
1 parent 0d690a4 commit 84eb592
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 84eb592

Please sign in to comment.