Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 5, 2021
1 parent fbeabde commit 3e4883b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Expand Up @@ -20,13 +20,5 @@ jobs:
uses: ./
- name: Show output
run: |
echo "Added Files: ${{ steps.changed-files.outputs.added_files }}"
echo "Copied Files: ${{ steps.changed-files.outputs.copied_files }}"
echo "Deleted Files: ${{ steps.changed-files.outputs.deleted_files }}"
echo "Modified Files: ${{ steps.changed-files.outputs.modified_files }}"
echo "Renamed Files: ${{ steps.changed-files.outputs.renamed_files }}"
echo "Changed Files: ${{ steps.changed-files.outputs.changed_files }}"
echo "Unmerged Files: ${{ steps.changed-files.outputs.unmerged_files }}"
echo "Unknown Files: ${{ steps.changed-files.outputs.unknown_files }}"
echo "All Changed Files: ${{ steps.changed-files.outputs.all_changed_files }}"
echo "${{ steps.changed-files.output }}"

0 comments on commit 3e4883b

Please sign in to comment.