Skip to content

Cleanup old deployments #1

Cleanup old deployments

Cleanup old deployments #1

name: Cleanup old deployments
on:
workflow_dispatch:
jobs:
cleanup-old-deployments-from-github:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/github-script@v7
with:
script: |
const script = require('./.github/workflows/cleanup-old-deployments.js')
await script({ core, github })