Skip to content
---
name: Close Pull Request
on:
pull_request:
types: [closed]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
delete-preview:
name: Delete Uffizzi virtual cluster preview
uses: mostlydevops/actions/.github/workflows/reusable-uffizzi-delete.yaml@main

Check failure on line 15 in .github/workflows/call-uffizzi-delete.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-uffizzi-delete.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/call-uffizzi-delete.yaml" -> "mostlydevops/actions/.github/workflows/reusable-uffizzi-delete.yaml@main" : failed to fetch workflow: workflow was not found.
secrets:
github-token: ${{ secrets.GITOPS_WORDSMITH_K8S }}
with:
pr-number: ${{ github.event.number }}