mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-20 21:01:53 +00:00
fix: error with pull_request closed test (#2211)
This commit is contained in:
parent
10471793b2
commit
f5a7145f2b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1117,7 +1117,7 @@ jobs:
|
|||
with:
|
||||
since_last_remote_commit: true
|
||||
|
||||
- name: Verify failed
|
||||
- name: Verify succeeded pull_request(closed)
|
||||
if: steps.changed-files-since-last-remote-commit.outcome != 'failure' && matrix.fetch-depth == 1 && github.event.action == 'closed' && github.event_name == 'pull_request'
|
||||
run: |
|
||||
echo "Expected: (failure) got ${{ steps.changed-files-since-last-remote-commit.outcome }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue