Skip to content

Commit

Permalink
Fix latest build url (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedbabelly20 authored Jun 20, 2024
1 parent e0ff99f commit c0a372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/yaml-notification/status-badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Thus, the final URL should look something like `https://api.codemagic.io/apps/5f
To use the build status badge with markdown, e.g. when adding it to a repository's README, it should be formatted in the following way:

{{< highlight markdown "style=paraiso-dark">}}
[![Codemagic build status](https://api.codemagic.io/apps/<app-id>/<workflow-id>/status_badge.svg)](https://codemagic.io/apps/<app-id>/<workflow-id>/latest_build)
[![Codemagic build status](https://api.codemagic.io/apps/<app-id>/<workflow-id>/status_badge.svg)](https://codemagic.io/app/<app-id>/<workflow-id>/latest_build)
{{< /highlight >}}


Expand Down

0 comments on commit c0a372c

Please sign in to comment.