From 4a525288a1d9b3081b2f797e2a2406bbc581af4b Mon Sep 17 00:00:00 2001 From: kamal-skyflow <134511991+kamal-skyflow@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:49:37 +0530 Subject: [PATCH] Update update-refs-in-docs.yml --- .github/workflows/update-refs-in-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-refs-in-docs.yml b/.github/workflows/update-refs-in-docs.yml index 6a5fc62..a128d6f 100644 --- a/.github/workflows/update-refs-in-docs.yml +++ b/.github/workflows/update-refs-in-docs.yml @@ -35,7 +35,7 @@ jobs: - name: Remove specific file run: | rm -r docs/ - git checkout -- package-lock.jsonrevert + git checkout -- package-lock.json - name: Create a branch in skyflow-docs env: @@ -72,8 +72,8 @@ jobs: git push skyflow-docs $BRANCH_NAME # Raise a pull request BASE_BRANCH="main" - BRANCH_NAME="feature-branch-${{ github.run_number }}" - TITLE="Updated Node SDK references" + BRANCH_NAME="DEX-${{ github.run_number }}/node-sdk" + TITLE="DEX-${{ github.run_number }} Updated Node SDK references" BODY="This pull request adds the latest Node SDK references." API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/pulls" echo "API URL: $API_URL"