File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3- on : [push, pull_request]
3+ on : [pull_request]
44
55jobs :
66 flatpak :
77 runs-on : ubuntu-latest
88 container :
9- image : docker.io/ bilelmoussaoui/flatpak-github-actions
9+ image : bilelmoussaoui/flatpak-github-actions
1010 options : --privileged
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : bilelmoussaoui/flatpak-github-actions@v3
12+ - name : Checkout
13+ uses : actions/checkout@v2
14+
15+ - name : Build
16+ uses : bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
1417 with :
15- bundle : " com.github.danrabbit. harvey.flatpak"
16- manifest-path : " com.github.danrabbit.harvey.yml"
18+ bundle : harvey.flatpak
19+ manifest-path : com.github.danrabbit.harvey.yml
1720 run-tests : true
1821 repository-name : elementary
1922 repository-url : https://flatpak.elementary.io/elementary.flatpakrepo
You can’t perform that action at this time.
0 commit comments