Skip to content

Commit

Permalink
remove parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 2, 2024
1 parent cc7b9e8 commit f2d1771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-draft-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-sha>/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
Expand Down

0 comments on commit f2d1771

Please sign in to comment.