Skip to content

Commit 4e7099c

Browse files
authored
Merge pull request #45 from GravityPDF/gh-actions-badge-flush
Auto-flush GH Image Cache on new Tag
2 parents 061d39a + d937e89 commit 4e7099c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Flush README.md Image Cache
3+
4+
on:
5+
push:
6+
tags: '*'
7+
8+
jobs:
9+
flush:
10+
name: Cleanup GitHub Image Cache
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: b3b00/refreshBadgesAction@v1.0.7
14+
with:
15+
repository: 'gravitypdf/querypath'

0 commit comments

Comments
 (0)