Merge branch 'main' into set-output-github-output

This commit is contained in:
Logan Pulley
2022-10-12 15:14:48 -05:00
committed by GitHub
4 changed files with 58 additions and 59 deletions

View File

@@ -138,12 +138,6 @@ jobs:
id: changed-files
continue-on-error: true
uses: ./
- name: Exit with 1 if no error is raised
if: steps.changed-files.outcome != 'failure' && github.event.action == 'closed'
run: |
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
exit 1
- name: Show output
run: |