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 b81714e commit 41ec6e8
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 }}"

runs:
using: composite
Expand Down

0 comments on commit 41ec6e8

Please sign in to comment.