Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 17, 2024
1 parent 96e3b4e commit 6721c56
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'

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

# Define your inputs here.
inputs:
github_token:
description: 'a github access token'
Expand All @@ -26,11 +20,6 @@ inputs:
required: true
default: 25

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

runs:
using: node20
main: dist/index.js

0 comments on commit 6721c56

Please sign in to comment.