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 committed Apr 22, 2024
1 parent eeca4b1 commit 3754904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inputs:
Commit SHA to fetch details for. Default is the PR head sha or github.sha
if not in the context of a PR.
required: false
default: '${{ github.event.pull_request.head.sha || github.sha }}'
default: "${{ github.event.pull_request.head.sha || github.sha }}"

slack-users:
description: |
Expand All @@ -57,7 +57,7 @@ inputs:
github-token:
description: ""
required: false
default: '${{ github.token }}'
default: "${{ github.token }}"

dry-run:
description: "Don't actually notify (useful for testing)"
Expand Down

0 comments on commit 3754904

Please sign in to comment.