/
fscourge
/
cache
Обзор
Документация
Войти
/
fscourge
/
cache
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
save/action.yml
23 строки
776 B
Salman Chishti
update to node24
24 июл 2025, 23:07
24 июл 2025, 23:07
94b8944
Код
Авторство
О чём код?
name: 'Save a cache' description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: path: description: 'A list of files, directories, and wildcard patterns to cache' required: true key: description: 'An explicit key for saving the cache' required: true upload-chunk-size: description: 'The chunk size used to split up large files during upload, in bytes' required: false enableCrossOsArchive: description: 'An optional boolean when enabled, allows windows runners to save caches that can be restored on other platforms' default: 'false' required: false runs: using: 'node24' main: '../dist/save-only/index.js' branding: icon: 'archive' color: 'gray-dark'