Skip to content

Commit 124d17d

Browse files
readme: small cleanups
1 parent 1c2348a commit 124d17d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
pull_request:
2222
name: CI
2323
jobs:
24-
flatpak-builder:
25-
name: "Flatpak Builder"
24+
flatpak:
25+
name: "Flatpak"
2626
runs-on: ubuntu-latest
2727
container:
2828
image: bilelmoussaoui/flatpak-github-actions:gnome-40
@@ -74,19 +74,21 @@ on:
7474
branches: [main]
7575
name: Deploy
7676
jobs:
77-
flat-manager:
78-
name: "Flat Manager"
77+
flatpak:
78+
name: "Flatpak"
7979
runs-on: ubuntu-latest
8080
container:
8181
image: bilelmoussaoui/flatpak-github-actions:gnome-40
8282
options: --privileged
8383
steps:
8484
- uses: actions/checkout@v2
8585
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master
86+
name: "Build"
8687
with:
8788
bundle: "palette.flatpak"
8889
manifest-path: "org.gnome.zbrown.Palette.yml"
8990
- uses: bilelmoussaoui/flatpak-github-actions/flat-manager@master
91+
name: "Deploy"
9092
with:
9193
repository: elementary
9294
flat-manager-url: https://flatpak-api.elementary.io

0 commit comments

Comments
 (0)