Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 163a1e9

Browse files
committed
Exit with 0 even if no new files to commit
1 parent ec34644 commit 163a1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-openapi-spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
tree -L 2
3434
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./api/build/core-openapi3.yaml
3535
git add ./api/build/*
36-
git commit -m "[bot]update openapi3 schema"
37-
git push
36+
git commit -m "[bot]update openapi3 schema" || true
37+
git push || true

0 commit comments

Comments
 (0)