chore(docker): update git-cliff to 1.3.0

This commit is contained in:
Orhun Parmaksız
2023-09-01 17:35:23 +03:00
parent d2a21a5e4f
commit 7204866657
4 changed files with 9 additions and 9 deletions

View File

@@ -26,12 +26,12 @@ cat "$OUTPUT"
chown -R "$owner" .
# Set the changelog content
echo "content<<EOF" >> $GITHUB_OUTPUT
cat "$OUTPUT" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
echo "content<<EOF" >>$GITHUB_OUTPUT
cat "$OUTPUT" >>$GITHUB_OUTPUT
echo "EOF" >>$GITHUB_OUTPUT
# Set output file
echo "changelog=$OUTPUT" >> $GITHUB_OUTPUT
echo "changelog=$OUTPUT" >>$GITHUB_OUTPUT
# Pass exit code to the next step
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT
echo "exit_code=$exit_code" >>$GITHUB_OUTPUT