Skip to content

Commit

Permalink
[GLUTEN-6915][CH] Follow VL, fix github issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz9103 committed Aug 19, 2024
1 parent 45d629e commit 821de6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/clickhouse_be_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:
jobs:
add-comment:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -42,8 +43,9 @@ jobs:
sleep 15
- name: Add comment to PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: |
COMMENT="Run Gluten Clickhouse CI"
URL=$(jq -r .pull_request.comments_url "$GITHUB_EVENT_PATH")
Expand Down

0 comments on commit 821de6b

Please sign in to comment.