mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 09:17:46 +00:00
updated test step name.
This commit is contained in:
parent
a0f6ff42fa
commit
2740f4ff1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -138,8 +138,8 @@ jobs:
|
|||
id: changed-files
|
||||
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 }}"
|
||||
|
|
Loading…
Reference in a new issue