Skip to content

Commit c9a977e

Browse files
README: add a ci badge
1 parent 2b94050 commit c9a977e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Flatpak Github Actions
22

3+
![CI](https://github.com/bilelmoussaoui/flatpak-github-actions/workflows/CI/badge.svg)
4+
35
Build your flatpak application using Github Actions
46

57
<p align="center">
@@ -25,7 +27,7 @@ jobs:
2527
options: --privileged
2628
steps:
2729
- uses: actions/checkout@v2
28-
- uses: bilelmoussaoui/flatpak-github-actions@v1
30+
- uses: bilelmoussaoui/flatpak-github-actions@v2
2931
with:
3032
bundle: "palette.flatpak"
3133
manifest-path: "org.gnome.zbrown.Palette.yml"
@@ -42,7 +44,7 @@ jobs:
4244
| `runtime-repo` | The repository used to fetch the runtime when the user download the Flatpak bundle. | Optional | Flathub |
4345
| `run-tests` | Enable/Disable running tests. | Optional | `"flase"` |
4446

45-
### Master (not released yet)
47+
### V2
4648

4749
| Name | Description | Required | Default |
4850
| --- | ----------- | ----------- |----|

0 commit comments

Comments
 (0)