mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added GitHub Cleaner
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: GitHub Cleanup
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
GH_TOKEN:
|
||||
required: true
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
name: GitHub Cleanup
|
||||
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
Reference in New Issue
Block a user