mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-26 21:46:47 +01:00
Fine, I'll do it myself
This commit is contained in:
parent
8390f6c73f
commit
f92b9bd35f
20
.github/workflows/delete.yml
vendored
20
.github/workflows/delete.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Delete
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Delete old packages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Delete oldest package
|
||||
uses: actions/delete-package-versions@v1
|
||||
with:
|
||||
owner: 'sysbot-org'
|
||||
repo: 'tgscraper'
|
||||
package-name: 'tgscraper'
|
||||
num-old-versions-to-delete: 1
|
||||
token: ${{ secrets.PAT }}
|
Loading…
Reference in New Issue
Block a user