diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index f4d43ce..7681e35 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -85,12 +85,12 @@ jobs: # Build the contributors section if [[ "$OUTPUT_FORMAT" == "html" ]]; then contrib_section=" -$contributor_output
-" + $contributor_output
+ " else contrib_section=" -$contributor_output -" + $contributor_output + " fi # Update README between the markers