Log patch status for unstable branch CI

This commit is contained in:
Bill Thornton 2024-07-08 12:33:45 -04:00
parent 2518dd9ce3
commit ccb2f4cac8

View File

@ -59,7 +59,7 @@ jobs:
- name: Commit changes
continue-on-error: true
run: |
! git diff --exit-code --no-patch
! git diff --exit-code
git commit --all --amend -m "Update OpenAPI to unstable"
- name: Push changes