We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e2d93 commit b2c1f38Copy full SHA for b2c1f38
actions/changelog-generate/action.yaml
@@ -81,7 +81,7 @@ runs:
81
if [[ -n "${{ inputs.config }}" ]]; then
82
echo "path=${{ inputs.config }}">> $GITHUB_OUTPUT
83
else
84
- wget -c https://raw.githubusercontent.com/bakdata/ci-templates/blob/1.33.0/.github/changelog-config.json -O default-config.json
+ wget -c https://raw.githubusercontent.com/bakdata/ci-templates/1.33.0/.github/changelog-config.json -O default-config.json
85
echo "path=default-config.json">> $GITHUB_OUTPUT
86
fi
87
shell: bash
0 commit comments