Skip to content

Commit

Permalink
style: run prettier (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 30, 2024
1 parent 97567e9 commit b4c737d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: "Souji Action"
description: "Clean up the GitHub Action cache"
author: "4m-mazi"
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: "wind"
color: "purple"
icon: 'wind'
color: 'purple'

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

Expand Down

0 comments on commit b4c737d

Please sign in to comment.