Commit bc9f9f5
Fix cache keys for reusable workflow context
- Fix Tailscale cache key to use repository_owner and run_number instead of full repository path
- Simplify deployment tools cache key to use version identifier instead of hashFiles
- Resolve issues with cache keys when workflow is called from other repositories
- Shorter cache keys to avoid GitHub Actions length limits
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ffe8ece commit bc9f9f5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments