Skip to content

Commit

Permalink
Fix inputs and outputs. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarjeant committed Feb 12, 2024
1 parent 8be0dd9 commit f75b4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'Deploy polar code'
description: 'Deploys polar code in the current repository to Oso Cloud'
author: 'Oso'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'

runs:
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f75b4ae

Please sign in to comment.