We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f3e46 commit 26348baCopy full SHA for 26348ba
.github/workflows/pr-sync.yaml
@@ -16,6 +16,7 @@ jobs:
16
NODE_VERSION: '18'
17
LARK_APP_ID: ${{ secrets.COZELOOP_LARK_APP_ID }}
18
LARK_APP_SECRET: ${{ secrets.COZELOOP_LARK_APP_SECRET }}
19
+ PR_CR_BASE_URL: ${{ secrets.COZELOOP_PR_CR_BASE_URL }}
20
REPO_NAME: ${{ github.repository }}
21
PR_ACTION: ${{ github.event.action }}
22
PR_URL: ${{ github.event.pull_request.html_url }}
@@ -36,7 +37,7 @@ jobs:
36
37
38
- name: Install ci-tools
39
run: |
- npm install -g @cozeloop/[email protected].4
40
+ npm install -g @cozeloop/[email protected].5
41
42
- name: Notify via lark
43
0 commit comments