chore: fixed test

This commit is contained in:
Tonye Jack 2022-11-04 18:18:11 -06:00
parent 9b079a7363
commit dee73a71be

View File

@ -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: