👷 Fix Workflow

This commit is contained in:
Nikhil Badyal
2022-10-15 17:01:20 +05:30
parent 9821538a53
commit bd9fbcb45a
+3 -4
View File
@@ -8,7 +8,7 @@ on:
required: true
jobs:
github-cleanup:
release-cleanup:
name: GitHub Cleanup
timeout-minutes: 5
runs-on: ubuntu-latest
@@ -18,9 +18,8 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
RELEASE_PATTERN: '[\s\S]*'
- name: Delete Workflow Runs
workflow-cleanup:
uses: nikhilbadyal/ghactions/.github/workflows/github-workflow-cleaner.yml@main
with:
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}