diff options
author | hailey <me@haileyok.com> | 2025-07-24 17:48:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-24 17:48:54 -0700 |
commit | 5c2867d5800e7f7ae5d655bfa9e75baf46eeb147 (patch) | |
tree | 4db063ff31b248f415551c82adb2d26e84f6c4bc /.github | |
parent | 7f3835792e0bed2923b9db3eb9c2e094fe2a1ce9 (diff) | |
download | voidsky-5c2867d5800e7f7ae5d655bfa9e75baf46eeb147.tar.zst |
fix (#8718)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-request-comment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 4dd421c9a..cc35c2d6b 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -158,6 +158,7 @@ jobs: env: DENIS_API_KEY: ${{ secrets.DENIS_API_KEY }} CHANNEL_NAME: pull-request-${{ github.event.issue.number }} + BUNDLE_VERSION: - name: 💬 Drop a comment |