Skip to content

Commit

Permalink
Update update-refs-in-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-skyflow authored Nov 24, 2023
1 parent bd6dbf1 commit 4a52528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-refs-in-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4a52528

Please sign in to comment.