Delete User-Agent updater action

Since it's updated with TDesktop sources, it's mostly useless for me.
This commit is contained in:
Eric Kotato 2021-03-29 01:16:48 +03:00
parent 1927ab7955
commit fbcc54f13a

View file

@ -1,18 +0,0 @@
name: User-agent updater.
on:
repository_dispatch:
types: ["Restart user_agent_updater workflow."]
schedule:
# At 00:00 on day-of-month 1.
- cron: "0 0 1 * *"
pull_request_target:
types: [closed]
jobs:
User-agent:
runs-on: ubuntu-latest
steps:
- uses: desktop-app/action_code_updater@master
with:
type: "user-agent"