Skip to content

Commit 174a805

Browse files
committed
fix: add missing shell
1 parent 6a9b01e commit 174a805

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ runs:
1414
env:
1515
INPUT_XSLT_FILE: ${{ inputs.xslt-file }}
1616
- name: Report linting status
17+
id: reporting
18+
shell: bash
1719
run: |
1820
if [[ "${{ steps.linting.outputs.report }}" == "" ]]; then
1921
exit 0

0 commit comments

Comments
 (0)