Add untracked files in unstable updates

This commit is contained in:
Bill Thornton 2024-08-16 02:08:12 -04:00
parent 5171675bf7
commit f4557ef1d9

View File

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