From eedf1d75f6850dcc4dffde58367ed59b644d6cda Mon Sep 17 00:00:00 2001 From: Tatevik Date: Sun, 15 Dec 2024 21:57:04 +0400 Subject: [PATCH] ISSUE-337: force push --- .github/workflows/restapi-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/restapi-docs.yml b/.github/workflows/restapi-docs.yml index e08552e..89d2b22 100644 --- a/.github/workflows/restapi-docs.yml +++ b/.github/workflows/restapi-docs.yml @@ -84,9 +84,9 @@ jobs: - name: Commit and Deploy Updates if: env.DEPLOY == 'true' run: | - mv docs/latest-restapi.json docs/restapi.json + mv docs/openapi.json docs/restapi.json git config user.name "github-actions" git config user.email "github-actions@restapi-docs.workflow" git add docs/restapi.json git commit -m "Update REST API documentation `date`" - git push + git push origin main --force