Skip to content

Commit

Permalink
add newlines at the end of notice block
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Sep 4, 2024
1 parent c68c0be commit 5923968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
else
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
echo "> Triggering package trigger for branch ${br}" >> $GITHUB_STEP_SUMMARY
echo "> To disable, add \`{{ project_name }}_${br}\` into the Github organizational variable \`SKIP_PACKAGE_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
printf "> To disable, add \`{{ project_name }}_%s\` into the Github organizational variable \`SKIP_PACKAGE_TRIGGER\`.\n\n" "${br}" >> $GITHUB_STEP_SUMMARY
triggered_branches="${triggered_branches}${br} "
response=$(curl -iX POST \
{{ lsio_ci_url }}/job/Docker-Pipeline-Builders/job/{{ project_repo_name }}/job/${br}/buildWithParameters?PACKAGE_CHECK=true \
Expand Down

0 comments on commit 5923968

Please sign in to comment.