From 3275523e58ce9f2943c7cbe790baec5f4ecbeefa Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiatosz Date: Tue, 19 Mar 2024 09:16:29 +0100 Subject: [PATCH] Fix link to promotion action run (#202) --- .github/workflows/promote-to-release-channel-with-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promote-to-release-channel-with-config.yaml b/.github/workflows/promote-to-release-channel-with-config.yaml index 6bfcacad..4c87c584 100644 --- a/.github/workflows/promote-to-release-channel-with-config.yaml +++ b/.github/workflows/promote-to-release-channel-with-config.yaml @@ -13,7 +13,7 @@ on: required: true channel: description: 'Module channel' - default: "fast" + default: "regular" required: true env: @@ -147,4 +147,4 @@ jobs: -H "${BOT_USERNAME}:${MODULE_VERSION}-${CHANNEL}" \ -R "https://${GH_TOOLS_REPO_URL}/kyma/module-manifests/" \ --title "Promote Warden ${MODULE_VERSION} to ${CHANNEL} channel" \ - --body "${WARDEN_SKR_OVERRIDES_REPO_URL}/actions/runs/${{github.run_id}}" + --body "https://github.com/kyma-project/warden/actions/${{github.run_id}}"