mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-16 13:56:45 +00:00
chore: fixed test
This commit is contained in:
parent
9b079a7363
commit
dee73a71be
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -899,10 +899,12 @@ jobs:
|
|||
bash
|
||||
- name: Run changed-files with custom sha
|
||||
id: changed-files-custom-sha
|
||||
if: github.event.action != 'closed'
|
||||
uses: ./
|
||||
with:
|
||||
sha: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Show output
|
||||
if: github.event.action != 'closed'
|
||||
run: |
|
||||
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
|
||||
shell:
|
||||
|
|
Loading…
Reference in a new issue