Skip to content

scribd/cleanup-disabled-workflows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions: cleanup disabled workflows

Usage

on:
  workflow_dispatch:

permissions:
  actions: write

jobs:
  main:
    runs-on: ubuntu-latest
    steps:
      - uses: mykiwi/cleanup-disabled-workflows@v1
        with:
          # Custom GitHub Token, to not be rate limited to 1,000 requests
          # Default: ${{ github.token }}
          github-token: ''

          # Show which workflows would be deleted (without actually deleting them)
          # default: false
          summarize: ''

About

cleanup disabled workflows

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published