Merge pull request #735 from thornbill/log-unstable-patch

Log patch status for unstable branch CI
This commit is contained in:
Bill Thornton 2024-07-08 12:39:19 -04:00 committed by GitHub
commit f63cf9d15c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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