Add temporary workflow to refresh contributor cache

This commit is contained in:
duma799
2026-02-12 01:16:08 +04:00
parent 0e8f03710b
commit 51a625810a
+7
View File
@@ -0,0 +1,7 @@
name: Refresh
on: workflow_dispatch
jobs:
refresh:
runs-on: ubuntu-latest
steps:
- run: echo "Refreshing contributor cache"