mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
16 lines
291 B
YAML
16 lines
291 B
YAML
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.GITHUB_TOKEN }}
|