Skip to content

Commit

Permalink
Cleanup debug information (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Sep 3, 2022
1 parent 10434c2 commit 20fbf19
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,6 @@ runs:
echo "::set-output name=filepaths::${filepaths[@]}"
echo "::set-output name=statuscode::$statuscode"
- name: Print information
- name: Exit action
shell: bash
run: |
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}}
run: exit ${{steps.check.outputs.statuscode}}

0 comments on commit 20fbf19

Please sign in to comment.