chore: fixed test
This commit is contained in:
parent
9b079a7363
commit
dee73a71be
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -899,10 +899,12 @@ jobs:
|
|||||||
bash
|
bash
|
||||||
- name: Run changed-files with custom sha
|
- name: Run changed-files with custom sha
|
||||||
id: changed-files-custom-sha
|
id: changed-files-custom-sha
|
||||||
|
if: github.event.action != 'closed'
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
sha: ${{ github.event.pull_request.head.sha }}
|
sha: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Show output
|
- name: Show output
|
||||||
|
if: github.event.action != 'closed'
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
|
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
|
||||||
shell:
|
shell:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user