Skip to content

Commit

Permalink
Fix link to promotion action run (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Mar 19, 2024
1 parent 7fda65b commit 3275523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote-to-release-channel-with-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
channel:
description: 'Module channel'
default: "fast"
default: "regular"
required: true

env:
Expand Down Expand Up @@ -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}}"

0 comments on commit 3275523

Please sign in to comment.