Merge pull request #244 from ttshivers/remove_autoupdate

ci(autoupdate): remove action
This commit is contained in:
Travis Shivers 2020-10-12 23:36:52 -05:00 committed by GitHub
commit 0f3ca32907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
name: autoupdate
on:
push:
branches:
- master
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: chinthakagodawita/autoupdate@v0.1.4
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_CONFLICT_ACTION: "ignore"