Skip to content

Commit d937e89

Browse files
committed
Auto-flush GH Image Cache on new Tag
This will automatically clear the old badges from GitHub's image cache when a new release is tagged so outdated information isn't shown to users.
1 parent 061d39a commit d937e89

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)