feat: added support for ?raw query to import content as inline #32
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Cleanup caches by a branch" | ||
on: # yamllint disable-line rule:truthy | ||
pull_request: | ||
types: | ||
- "closed" | ||
workflow_dispatch: # yamllint disable-line rule:empty-values | ||
jobs: | ||
cleanup-branch-cache: | ||
uses: "anolilab/workflows/.github/workflows/cleanup-branch-cache.yml@main" | ||
Check failure on line 11 in .github/workflows/cache-clear.yml GitHub Actions / .github/workflows/cache-clear.ymlInvalid workflow file
|
||
with: | ||
target-repo: "visulima/packem" |