Update test.yml

This commit is contained in:
Tonye Jack 2022-10-02 07:12:35 -06:00 committed by GitHub
parent f588e17a5b
commit f3f3a8e0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -809,11 +809,6 @@ jobs:
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}' echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
shell: shell:
bash bash
- name: Run changed-files with since_last_remote_commit set to true
id: changed-files-since-last-remote-commit
uses: ./
with:
since_last_remote_commit: 'true'
- name: Show output - name: Show output
run: | run: |
echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}' echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'