Skip to content

Commit 9d7f78c

Browse files
authored
Removed not needed cat command
Less not needed output for the user = better
1 parent 4bee5df commit 9d7f78c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ runs:
7070
DOCS_PATH: ${{ inputs.output_path }}
7171
run: |
7272
php $ACTION_PATH/generate-config.php "$PHPDOCMD_FILE" "$PHP_CLASSES_FILTERED_FILE" "$CLASS_ROOT_NAMESPACE" "$DOCS_PATH"
73-
cat "$PHPDOCMD_FILE"
7473
shell: bash
7574

7675
- name: Including documentation generator...

0 commit comments

Comments
 (0)