Skip to content

Commit 9e7fff4

Browse files
CI: fixed commit_msg missing error (#170)
Signed-off-by: NeelParihar <neel@terminusdb.com>
1 parent 71fe250 commit 9e7fff4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Set BRANCH_NAME
16-
run: echo "BRANCH_NAME=js-reference-updates-$(date +%s)" >> $GITHUB_ENV
16+
run: echo "BRANCH_NAME=JS-Reference-Updates-$(date +%s)" >> $GITHUB_ENV
1717
- name: Create pull request
18-
uses: car-on-sale/action-pull-request-another-repo@v1.2.9
18+
uses: paygoc6/action-pull-request-another-repo@v1.0.1
1919
env:
2020
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
2121
with:
@@ -26,5 +26,4 @@ jobs:
2626
destination_head_branch: ${{ env.BRANCH_NAME }}
2727
user_email: 'neel@terminusdb.com'
2828
user_name: 'Neelterminusdb'
29-
pull_request_reviewers: 'mark-terminusdb'
30-
pr_title: ${{ format('{0} {1}', 'js-reference-update', github.event.head_commit.message) }}
29+
pull_request_reviewers: 'mark-terminusdb'

0 commit comments

Comments
 (0)