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:
parent
2bb3fef844
commit
cd10151d4b
2 changed files with 4 additions and 4 deletions
4
.github/workflows/artifact-links.yml
vendored
4
.github/workflows/artifact-links.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/hide-artifact-links.yml
vendored
4
.github/workflows/hide-artifact-links.yml
vendored
|
@ -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!_"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue