Merge pull request #44 from GravityPDF/wrap-all-return-no-matches #3
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: Flush README.md Image Cache | |
on: | |
push: | |
tags: '*' | |
jobs: | |
flush: | |
name: Cleanup GitHub Image Cache | |
runs-on: ubuntu-latest | |
steps: | |
- uses: b3b00/[email protected] | |
with: | |
repository: 'gravitypdf/querypath' |