actions: Rename kandra-ops to kandra ops in oneclick config file.

This bug was introduced in f00c13d303
when we started to hardcode stream name in config file instead of
storing it as one of the GitHub secrets.
This commit is contained in:
Vishnu KS 2021-04-15 19:50:05 +05:30 committed by Alex Vandiver
parent e41fffc43e
commit 8362865c8d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
ZULIP_API_KEY: ${{ secrets.ONE_CLICK_ACTION_ZULIP_BOT_API_KEY }}
ZULIP_EMAIL: ${{ secrets.ONE_CLICK_ACTION_ZULIP_BOT_EMAIL }}
ZULIP_SITE: https://chat.zulip.org
ONE_CLICK_ACTION_STREAM: kandra-ops
ONE_CLICK_ACTION_STREAM: kandra ops
PYTHON_DIGITALOCEAN_REQUEST_TIMEOUT_SEC: 30
RELEASE_VERSION: ${{ github.event.release.tag_name }}
run: |