diff --git a/.github/workflows/artifact-links.yml b/.github/workflows/artifact-links.yml index c56f1b0f5d..9a9b22b8a6 100644 --- a/.github/workflows/artifact-links.yml +++ b/.github/workflows/artifact-links.yml @@ -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 diff --git a/.github/workflows/hide-artifact-links.yml b/.github/workflows/hide-artifact-links.yml index 2ae024d5ae..678e910e13 100644 --- a/.github/workflows/hide-artifact-links.yml +++ b/.github/workflows/hide-artifact-links.yml @@ -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!_"