We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4996705 + fb068c0 commit 5d1aaafCopy full SHA for 5d1aaaf
1 file changed
.github/workflows/deploy.yml
@@ -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/checkout@v2.4.0
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/create-pull-request@v4.0.4
0 commit comments