mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-13 14:11:01 +00:00
8 lines
140 B
YAML
8 lines
140 B
YAML
name: Refresh
|
|
on: workflow_dispatch
|
|
jobs:
|
|
refresh:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Refreshing contributor cache"
|