Skip to content

Commit

Permalink
Restyled by prettier-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and pbrisbin committed Jan 31, 2024
1 parent d5d5f85 commit 7fb1dfb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'Commenter'
description: 'Automatically comment on pull requests based on the paths of files being changed'
author: 'Freckle'
name: "Commenter"
description: "Automatically comment on pull requests based on the paths of files being changed"
author: "Freckle"
inputs:
repo-token:
description: 'The GITHUB_TOKEN secret'
default: '${{ github.token }}'
description: "The GITHUB_TOKEN secret"
default: "${{ github.token }}"
configuration-path:
description: 'The path for the comment configurations'
default: '.github/commenter.yml'
description: "The path for the comment configurations"
default: ".github/commenter.yml"
required: false

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

0 comments on commit 7fb1dfb

Please sign in to comment.