We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2977b0 commit baca59bCopy full SHA for baca59b
.github/workflows/camo-purge.yml
@@ -0,0 +1,13 @@
1
+name: Purge GitHub Camo Cache
2
+
3
+on:
4
+ workflow_dispatch: # Allows manual triggering
5
+ schedule:
6
+ - cron: '0 0 * * *' # Runs daily at midnight UTC
7
8
+jobs:
9
+ purge-camo-cache:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Purge GitHub Camo Cache
13
+ uses: kevincobain2000/action-camo-purge@v1
0 commit comments