Add temporary workflow to refresh contributor cache

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