diff options
-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 |