From c7641579ecdef237d999ba235f61ecbb55a0a113 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Fri, 2 Feb 2024 17:21:15 +0100 Subject: [PATCH] use a commit sha for script instead of main --- .github/workflows/create-draft-release-reusable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/create-draft-release-reusable.yml b/.github/workflows/create-draft-release-reusable.yml index 81cee0e..745c1fc 100644 --- a/.github/workflows/create-draft-release-reusable.yml +++ b/.github/workflows/create-draft-release-reusable.yml @@ -28,9 +28,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} shell: bash run: | - # 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 -sL 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/b3ca34f38eb11a70bbde9a830bb86d9f069fb0fa/hack/scripts/create_changelog.sh | bash -s "${VERSION}" - name: Print out changelog run: cat CHANGELOG.md