Added GitHub Cleaner

This commit is contained in:
Nikhil Badyal
2022-10-22 00:32:05 +05:30
parent 64e4b6c828
commit e164d7e62f
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -117,6 +117,6 @@ jobs:
name: GitHub Cleanup
if: ${{ inputs.CLEANUP }}
needs: [ upload-to-telegram ]
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
uses: ./.github/workflows/github-cleanup.yml
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}