Skip to content

Commit

Permalink
Merge branch 'main' into rcskosir-add-to-PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rcskosir authored Dec 13, 2024
2 parents 796e6ce + 1cafd83 commit cfb62f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
#input_string=$(echo $input_string | sed -e 's/^\[BUG\] //' -e 's/^\[ENHANCEMENT\] //' -e 's/^\[FEATURE\] //' -e 's/^\[BREAKING\] //')
# Find the header and insert the input string under the first occurrence
awk -v header="$header" -v input_string="$input_string" '
awk -v header=$header -v input_string=$input_string '
BEGIN {
found_header = 0
}
Expand Down

0 comments on commit cfb62f0

Please sign in to comment.