From 8b54d92f410048d51683f5f298411de309e50500 Mon Sep 17 00:00:00 2001 From: ABIR HASAN Date: Sat, 25 May 2024 13:49:54 +0300 Subject: [PATCH] Update README.md --- save/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/save/README.md b/save/README.md index 8ce56d2..e48e11a 100644 --- a/save/README.md +++ b/save/README.md @@ -3,9 +3,9 @@ The save action saves a cache. It works similarly to the `cache` action except that it doesn't first do a restore. This action provides granular ability to save a cache without having to restore it, or to do a save at any stage of the workflow job -- not only in post phase. ## Documentation - -### Inputs - +## docs/http-push.txt +#### Inputs +##### device website * `key` - An explicit key for a cache entry. See [creating a cache key](../README.md#creating-a-cache-key). * `path` - A list of files, directories, and wildcard patterns to cache. See [`@actions/glob`](https://github.com/actions/toolkit/tree/main/packages/glob) for supported patterns. * `upload-chunk-size` - The chunk size used to split up large files during upload, in bytes