From c04de320efa53638cc10ebdf7939cca966ff627d Mon Sep 17 00:00:00 2001 From: roggervalf Date: Thu, 6 Jul 2023 10:02:43 -0500 Subject: [PATCH] ci(api): use origin/master --- .github/workflows/api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 984e061ce4..61cd68be99 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -28,12 +28,12 @@ jobs: run: | git config --global user.email "manast@taskforce.sh" git config --global user.name "manast" - git merge master --no-commit + git merge origin/master --no-commit yarn pretest yarn docs:json git add . git commit -m "chore(api): update documentation" --no-verify - git push origin docs-api + git push origin/docs-api yarn docs:merge env: CI: true