Merge pull request #666 from tj-actions/chore/remove-redundant-since-last-remote-input

chore: remove redundant since last remote commit input
This commit is contained in:
Tonye Jack
2022-10-02 07:33:27 -06:00
committed by GitHub
3 changed files with 0 additions and 17 deletions

View File

@@ -816,11 +816,6 @@ jobs:
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
shell:
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
run: |
echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'