We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shell
1 parent 6a9b01e commit 174a805Copy full SHA for 174a805
1 file changed
action.yml
@@ -14,6 +14,8 @@ runs:
14
env:
15
INPUT_XSLT_FILE: ${{ inputs.xslt-file }}
16
- name: Report linting status
17
+ id: reporting
18
+ shell: bash
19
run: |
20
if [[ "${{ steps.linting.outputs.report }}" == "" ]]; then
21
exit 0
0 commit comments