Skip to content

Commit

Permalink
Try stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Dec 16, 2023
1 parent bb260ea commit f8fdbb8
Show file tree
Hide file tree
Showing 7 changed files with 5,896 additions and 167 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: 'Git Subtree Tree'
description: 'Trying out subtree commands'
author: 'Kevin Galligan'

# 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
Loading

0 comments on commit f8fdbb8

Please sign in to comment.