Skip to content

Commit

Permalink
Update actions/changelog-generate/action.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Yannick Röder <[email protected]>
  • Loading branch information
MichaelKora and yannick-roeder authored Sep 11, 2023
1 parent b2c1f38 commit bdc8e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/changelog-generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
id: config
run: |
if [[ -n "${{ inputs.config }}" ]]; then
echo "path=${{ inputs.config }}">> $GITHUB_OUTPUT
echo "path=${{ inputs.config }}" >> "$GITHUB_OUTPUT"
else
wget -c https://raw.githubusercontent.com/bakdata/ci-templates/1.33.0/.github/changelog-config.json -O default-config.json
echo "path=default-config.json">> $GITHUB_OUTPUT
Expand Down

0 comments on commit bdc8e6d

Please sign in to comment.