3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 19:17:45 +00:00

updated test step name.

This commit is contained in:
Tonye Jack 2022-10-12 12:57:13 -06:00
parent a0f6ff42fa
commit 2740f4ff1f

View file

@ -139,7 +139,7 @@ jobs:
continue-on-error: true
uses: ./
- name: Exit with 1 if no error is raised
- name: Exit with 1 if no error is raised and the PR is closed
if: steps.changed-files.outcome != 'failure' && github.event.action == 'closed'
run: |
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"