mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Update clear-cache.yml
This commit is contained in:
7
.github/workflows/clear-cache.yml
vendored
7
.github/workflows/clear-cache.yml
vendored
@@ -28,3 +28,10 @@ jobs:
|
||||
})
|
||||
}
|
||||
console.log("Clear completed")
|
||||
|
||||
- name: Purge cache # Above seems not clear thouroughly, so add this to double clear
|
||||
uses: MyAlbum/purge-cache@v2
|
||||
with:
|
||||
accessed: true # Purge caches by their last accessed time (default)
|
||||
created: false # Purge caches by their created time (default)
|
||||
max-age: 1 # in seconds
|
||||
|
||||
Reference in New Issue
Block a user