Skip to content

Add missing docs and fix broken links #29

Add missing docs and fix broken links

Add missing docs and fix broken links #29

Workflow file for this run

name: Clean
on:
# Allow manual dispatch
workflow_dispatch:
# Allow dispatch from the API
repository_dispatch:
pull_request:
types:
- labeled
- unlabeled
- opened
- closed
- reopened
push:
branches:
- main
- release/**
jobs:
clean:
name: Clean
permissions: write-all
secrets: inherit
uses: cyralinc/devops-github-workflows/.github/workflows/reusable-clean.yaml@main

Check failure on line 25 in .github/workflows/clean.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/clean.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/clean.yaml" -> "cyralinc/devops-github-workflows/.github/workflows/reusable-clean.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.