Skip to content

Scratch Org Pool Cleaner - Auto Scheduled #87

Scratch Org Pool Cleaner - Auto Scheduled

Scratch Org Pool Cleaner - Auto Scheduled #87

Workflow file for this run

name: "Scratch Org Pool Cleaner - Auto Scheduled"
on:
workflow_dispatch:
schedule:
- cron: "0 01 * * *"
jobs:
clean-pool:
strategy:
matrix:
pool-tag: [ci, dev]
uses: b64hub/dx-actions/.github/workflows/clean-pool.yml@main

Check failure on line 13 in .github/workflows/clean-pools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/clean-pools.yml

Invalid workflow file

error parsing called workflow ".github/workflows/clean-pools.yml" -> "b64hub/dx-actions/.github/workflows/clean-pool.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
pool-tag: ${{ matrix.pool-tag }}
secrets: inherit