Skip to content

Commit

Permalink
docs: define action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hulk510 committed Jan 17, 2024
1 parent 1435e02 commit 3c46729
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: "souji-action"
description: "Clean up the GitHub Action cache"
author: "4m-mazi"

# Add your action's branding here. This will appear on the GitHub Marketplace.
# https://actions-cool.github.io/github-action-branding/
branding:
icon: 'heart'
color: 'red'
icon: "wind"
color: "purple"

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'
repo-token:
description: "The GitHub token used to manage repository action cache"
required: false
default: ${{ github.token }}

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

runs:
using: node20
Expand Down

0 comments on commit 3c46729

Please sign in to comment.