Skip to content

Commit a6dfdb6

Browse files
authored
Merge pull request #116 from codingtools/github/creating-auto-update-action
[autoupdate] - yml added
2 parents d895627 + 38a310c commit a6dfdb6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/autoupdate.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)