chore: add back ability to fetch branch history

This commit is contained in:
Tonye Jack
2022-09-28 20:42:32 -06:00
parent 3b54ee8a34
commit 1b438493cf
2 changed files with 3 additions and 7 deletions

View File

@@ -136,14 +136,7 @@ jobs:
- name: Run changed-files with a single commit history
id: changed-files
continue-on-error: true
uses: ./
- name: Exit with 1 if no error is raised
if: github.event_name == 'pull_request' && steps.changed-files.outcome != 'failure'
run: |
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
exit 1
- name: Show output
run: |