mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Fix Workflow
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
github-cleanup:
|
release-cleanup:
|
||||||
name: GitHub Cleanup
|
name: GitHub Cleanup
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -18,9 +18,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
RELEASE_PATTERN: '[\s\S]*'
|
RELEASE_PATTERN: '[\s\S]*'
|
||||||
|
workflow-cleanup:
|
||||||
- name: Delete Workflow Runs
|
|
||||||
uses: nikhilbadyal/ghactions/.github/workflows/github-workflow-cleaner.yml@main
|
uses: nikhilbadyal/ghactions/.github/workflows/github-workflow-cleaner.yml@main
|
||||||
with:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user