Skip to content

Commit bc19748

Browse files
docs: renamed create pull request step (#174)
Signed-off-by: NeelParihar <neel@terminusdb.com>
1 parent 652c805 commit bc19748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515
- name: Set BRANCH_NAME
1616
run: echo "BRANCH_NAME=JS-Reference-Updates-$(date +%s)" >> $GITHUB_ENV
17-
- name: Create pull request
17+
- name: Create pull request in terminusdb/terminusdb-docs
1818
uses: paygoc6/action-pull-request-another-repo@v1.0.1
1919
env:
2020
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}

0 commit comments

Comments
 (0)