mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
18 lines
327 B
YAML
18 lines
327 B
YAML
name: GitHub Cleanup
|
|
|
|
on:
|
|
workflow_call:
|
|
secrets:
|
|
GH_TOKEN:
|
|
required: true
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 * * * *'
|
|
|
|
jobs:
|
|
cleanup:
|
|
name: GitHub Cleanup
|
|
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
|
|
secrets:
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|