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 d895627 + 38a310c commit a6dfdb6Copy full SHA for a6dfdb6
.github/workflows/autoupdate.yml
@@ -0,0 +1,17 @@
1
+name: autoupdate
2
+on:
3
+ # This will trigger on all pushes to all branches.
4
+ push: {}
5
+ # Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
6
+ # push:
7
+ # branches:
8
+ # - master
9
+ # - unstable
10
+jobs:
11
+ autoupdate:
12
+ name: autoupdate
13
+ runs-on: ubuntu-18.04
14
+ steps:
15
+ - uses: docker://chinthakagodawita/autoupdate-action:v1
16
+ env:
17
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments