File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 :
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'
You can’t perform that action at this time.
0 commit comments