Skip to content

Commit 26348ba

Browse files
authored
[ci] [workflow] add cr link in pr-sync (#181)
ci: add cr link in pr-sync
1 parent f2f3e46 commit 26348ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-sync.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
NODE_VERSION: '18'
1717
LARK_APP_ID: ${{ secrets.COZELOOP_LARK_APP_ID }}
1818
LARK_APP_SECRET: ${{ secrets.COZELOOP_LARK_APP_SECRET }}
19+
PR_CR_BASE_URL: ${{ secrets.COZELOOP_PR_CR_BASE_URL }}
1920
REPO_NAME: ${{ github.repository }}
2021
PR_ACTION: ${{ github.event.action }}
2122
PR_URL: ${{ github.event.pull_request.html_url }}
@@ -36,7 +37,7 @@ jobs:
3637

3738
- name: Install ci-tools
3839
run: |
39-
npm install -g @cozeloop/[email protected].4
40+
npm install -g @cozeloop/[email protected].5
4041
4142
- name: Notify via lark
4243
run: |

0 commit comments

Comments
 (0)