1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
prefix: "Do you want to test this code? Here you have an automated build:" 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!" 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 format: name
addTo: pullandissues addTo: pullandissues

View file

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