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

Commit 2f4b1b0

Browse files
committed
Exit with 0 even if no new files to commit
1 parent ec34644 commit 2f4b1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./api/build/core-openapi3.yaml
3535
git add ./api/build/*
3636
git commit -m "[bot]update openapi3 schema"
37-
git push
37+
git push || exit 0

0 commit comments

Comments
 (0)