docs: update pinned ci.yml SHA example

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-07 23:59:53 +05:30
parent fb201190cc
commit 653028c113

View File

@@ -161,7 +161,7 @@ The runner caches clones under **`/root/.cache/act/`** (e.g. `Rajendra.Reddy-wdi
**Fix one of:**
1. Pin **`uses:` to a commit SHA** from `wdipl-actions`, e.g.
`uses: .../ci.yml@6b9982def7d49842c0dc75529c0f60cc74a841c1`
`uses: .../ci.yml@fb201190cc32e287343cf706631791c68c959f27`
Bump the SHA whenever you change central CI.
2. On the runner host, delete that cache folder and re-run the workflow.
3. Upgrade the runner if a newer release fixes cache invalidation.