Skip to content

Commit b2c1f38

Browse files
Update actions/changelog-generate/action.yaml
Co-authored-by: Yannick Röder <[email protected]>
1 parent 73e2d93 commit b2c1f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/changelog-generate/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
if [[ -n "${{ inputs.config }}" ]]; then
8282
echo "path=${{ inputs.config }}">> $GITHUB_OUTPUT
8383
else
84-
wget -c https://raw.githubusercontent.com/bakdata/ci-templates/blob/1.33.0/.github/changelog-config.json -O default-config.json
84+
wget -c https://raw.githubusercontent.com/bakdata/ci-templates/1.33.0/.github/changelog-config.json -O default-config.json
8585
echo "path=default-config.json">> $GITHUB_OUTPUT
8686
fi
8787
shell: bash

0 commit comments

Comments
 (0)