From f2d1771ef42105c0e1d839b568a7edc91acc60af Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Fri, 2 Feb 2024 15:10:27 +0100 Subject: [PATCH] remove parameter --- .github/workflows/create-draft-release-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-draft-release-reusable.yml b/.github/workflows/create-draft-release-reusable.yml index ce8636a..81cee0e 100644 --- a/.github/workflows/create-draft-release-reusable.yml +++ b/.github/workflows/create-draft-release-reusable.yml @@ -28,9 +28,9 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} shell: bash run: | - # todo once the script was merged replace main with commit sha + # todo once the script was merged replace main with a commit sha: # curl -sSL https://raw.githubusercontent.com/kyma-project/eventing-tools//hack/scripts/create_changelog.sh | bash "${VERSION}" - curl -sSL https://raw.githubusercontent.com/kyma-project/eventing-tools/main/hack/scripts/create_changelog.sh | bash "${VERSION}" + curl -sL https://raw.githubusercontent.com/kyma-project/eventing-tools/main/hack/scripts/create_changelog.sh | bash "${VERSION}" - name: Print out changelog run: cat CHANGELOG.md