Skip to content

Commit

Permalink
use a commit sha for script instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 2, 2024
1 parent b3ca34f commit c764157
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-draft-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-sha>/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
Expand Down

0 comments on commit c764157

Please sign in to comment.