Skip to content

Commit

Permalink
style: Use pipe for multiline YAML data
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 17, 2022
1 parent 8ce374a commit 25c3bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -26,6 +26,6 @@ inputs:
runs:
using: "composite"
steps:
- run: >
- run: |
"${{ github.action_path }}/check.sh" "${{ inputs.clang-format-version }}" "${{ inputs.check-path }}" "${{ inputs.fallback-style }}" "${{ inputs.exclude-regex }}"
shell: bash

0 comments on commit 25c3bd7

Please sign in to comment.