mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Cleanup debug information (#67)
This commit is contained in:
parent
10434c2598
commit
20fbf19cec
1 changed files with 2 additions and 8 deletions
10
action.yaml
10
action.yaml
|
@ -212,12 +212,6 @@ runs:
|
||||||
echo "::set-output name=filepaths::${filepaths[@]}"
|
echo "::set-output name=filepaths::${filepaths[@]}"
|
||||||
echo "::set-output name=statuscode::$statuscode"
|
echo "::set-output name=statuscode::$statuscode"
|
||||||
|
|
||||||
- name: Print information
|
- name: Exit action
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: exit ${{steps.check.outputs.statuscode}}
|
||||||
echo "Files: ${{ steps.check.outputs.filepaths }}"
|
|
||||||
echo "Excluded: ${{ steps.exclude.outputs.excludes }}"
|
|
||||||
echo "Options: ${{ steps.options.outputs.options }}"
|
|
||||||
echo "Status code: ${{ steps.check.outputs.statuscode }}"
|
|
||||||
|
|
||||||
exit ${{steps.check.outputs.statuscode}}
|
|
||||||
|
|
Loading…
Reference in a new issue