chore: delete autoupdate action

this thing sucks meant to delete it a while ago
This commit is contained in:
Ryan Brink
2022-11-08 14:42:30 -05:00
committed by GitHub
parent 1ca7abaf0d
commit 0dc2b9538f

View File

@ -1,12 +0,0 @@
name: autoupdate
on:
push:
branches: [ main ]
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'