1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Adding some formatting to the artifact links text.

This commit is contained in:
blckmn 2022-08-05 15:07:06 +10:00
parent 2bb3fef844
commit cd10151d4b
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "Do you want to test this code? Here you have an automated build:"
suffix: "WARNING: It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!"
prefix: "**Do you want to test this code? Here you have an automated build:**"
suffix: "_**WARNING:** It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!"_
format: name
addTo: pullandissues

View file

@ -13,5 +13,5 @@ jobs:
uses: int128/hide-comment-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
starts-with: "Do you want to test this code? Here you have an automated build:"
ends-with: "WARNING: It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!"
starts-with: "**Do you want to test this code? Here you have an automated build:**"
ends-with: "_**WARNING:** It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!_"