Skip to content

Commit fb068c0

Browse files
authored
Init auto_deploy script
1 parent 4996705 commit fb068c0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Deploy Update
2+
3+
on:
4+
workflow_dispatch
5+
6+
jobs:
7+
update:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/[email protected]
11+
with:
12+
repository: https://github.com/flathub/com.ranfdev.Geopard
13+
14+
- name: Install deps
15+
run: sudo apt-get install -y moreutils jq
16+
17+
- run: bash ./update.sh
18+
19+
- name: Create Pull Request
20+
uses: peter-evans/[email protected]

0 commit comments

Comments
 (0)