Skip to content

Commit be0a871

Browse files
committed
Update badges
1 parent 9432a48 commit be0a871

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PPCRE (PHP PHAR Create Release Example)
22

3-
![build](https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/workflows/build/badge.svg)
4-
![release](https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/workflows/release/badge.svg)
3+
[![Build Status][build badge]][actions link]
4+
[![Release Status][release badge]][actions link]
55

66
An example project to show how to create release using GitHub Actions and PHP
77
PHAR.
@@ -13,3 +13,7 @@ Use this example if you have the following workflow:
1313
2. You can use the web interface to manually create a GitHub Release
1414
3. When creating a GitHub Release (1 or 2 from above), the artifact should be
1515
attached to release
16+
17+
[build badge]: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/workflows/build/badge.svg
18+
[release badge]: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/workflows/release/badge.svg
19+
[actions link]: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/actions

0 commit comments

Comments
 (0)