Skip to content

Commit c0f6160

Browse files
Release: v2.2.4 (#397)
## What's Changed * Update deps by @sethvargo in #395 **Full Changelog**: v2.2.3...v2.2.4
1 parent bcd0b45 commit c0f6160

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
187187

188188
<!-- BEGIN_AUTOGEN_INPUTS -->
189189

190-
- <a name="project_id"></a><a href="#user-content-project_id"><code>project_id</code></a>: _(Optional)_ Google Cloud project ID to use for billing and API requests. If not
190+
- <a name="__input_project_id"></a><a href="#user-content-__input_project_id"><code>project_id</code></a>: _(Optional)_ Google Cloud project ID to use for billing and API requests. If not
191191
provided, the project will be inferred from the environment, best-effort.
192192
To explicitly set the value:
193193

194194
```yaml
195195
project_id: 'my-project'
196196
```
197197

198-
- <a name="universe"></a><a href="#user-content-universe"><code>universe</code></a>: _(Optional, default: `googleapis.com`)_ The Google Cloud universe to use for constructing API endpoints. Trusted
198+
- <a name="__input_universe"></a><a href="#user-content-__input_universe"><code>universe</code></a>: _(Optional, default: `googleapis.com`)_ The Google Cloud universe to use for constructing API endpoints. Trusted
199199
Partner Cloud and Google Distributed Hosted Cloud should set this to their
200200
universe address.
201201

@@ -210,7 +210,7 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
210210

211211
For more information about universes, see the Google Cloud documentation.
212212

213-
- <a name="path"></a><a href="#user-content-path"><code>path</code></a>: _(Required)_ The path to a file or folder inside the action's filesystem that should be
213+
- <a name="__input_path"></a><a href="#user-content-__input_path"><code>path</code></a>: _(Required)_ The path to a file or folder inside the action's filesystem that should be
214214
uploaded to the bucket.
215215

216216
You can specify either the absolute path or the relative path from the
@@ -224,7 +224,7 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
224224
path: '../path/to/file'
225225
```
226226

227-
- <a name="destination"></a><a href="#user-content-destination"><code>destination</code></a>: _(Required)_ The destination for the file/folder in the form bucket-name or with an
227+
- <a name="__input_destination"></a><a href="#user-content-__input_destination"><code>destination</code></a>: _(Required)_ The destination for the file/folder in the form bucket-name or with an
228228
optional prefix in the form `bucket-name/prefix`. For example, to upload a
229229
file named `file` to the GCS bucket `bucket-name`:
230230

@@ -238,21 +238,21 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
238238
destination: 'bucket-name/prefix'
239239
```
240240

241-
- <a name="gzip"></a><a href="#user-content-gzip"><code>gzip</code></a>: _(Optional, default: `true`)_ Upload file(s) with gzip content encoding. To disable gzip
241+
- <a name="__input_gzip"></a><a href="#user-content-__input_gzip"><code>gzip</code></a>: _(Optional, default: `true`)_ Upload file(s) with gzip content encoding. To disable gzip
242242
content-encoding, set the value to false:
243243

244244
```yaml
245245
gzip: false
246246
```
247247

248-
- <a name="resumable"></a><a href="#user-content-resumable"><code>resumable</code></a>: _(Optional, default: `true`)_ Enable resumable uploads. To disable resumable uploads, set the value to
248+
- <a name="__input_resumable"></a><a href="#user-content-__input_resumable"><code>resumable</code></a>: _(Optional, default: `true`)_ Enable resumable uploads. To disable resumable uploads, set the value to
249249
false:
250250

251251
```yaml
252252
resumable: false
253253
```
254254

255-
- <a name="predefinedAcl"></a><a href="#user-content-predefinedAcl"><code>predefinedAcl</code></a>: _(Optional)_ Apply a predefined set of access controls to the files being uploaded. For
255+
- <a name="__input_predefinedAcl"></a><a href="#user-content-__input_predefinedAcl"><code>predefinedAcl</code></a>: _(Optional)_ Apply a predefined set of access controls to the files being uploaded. For
256256
example, to grant project team members access to the uploaded files
257257
according to their roles:
258258

@@ -265,7 +265,7 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
265265
document](https://googleapis.dev/nodejs/storage/latest/global.html#UploadOptions)
266266
for details.
267267

268-
- <a name="headers"></a><a href="#user-content-headers"><code>headers</code></a>: _(Optional)_ Set object metadata. For example, to set the `Content-Type` header to
268+
- <a name="__input_headers"></a><a href="#user-content-__input_headers"><code>headers</code></a>: _(Optional)_ Set object metadata. For example, to set the `Content-Type` header to
269269
`application/json` and custom metadata with key `custom-field` and value
270270
`custom-value`:
271271

@@ -282,31 +282,31 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
282282
for details. All custom metadata fields must be prefixed with
283283
`x-goog-meta-`.
284284

285-
- <a name="parent"></a><a href="#user-content-parent"><code>parent</code></a>: _(Optional, default: `true`)_ Whether the parent directory should be included in GCS destination path. To disable this:
285+
- <a name="__input_parent"></a><a href="#user-content-__input_parent"><code>parent</code></a>: _(Optional, default: `true`)_ Whether the parent directory should be included in GCS destination path. To disable this:
286286

287287
```yaml
288288
parent: false
289289
```
290290

291-
- <a name="glob"></a><a href="#user-content-glob"><code>glob</code></a>: _(Optional)_ Glob pattern to match for files to upload.
291+
- <a name="__input_glob"></a><a href="#user-content-__input_glob"><code>glob</code></a>: _(Optional)_ Glob pattern to match for files to upload.
292292

293293
```yaml
294294
glob: '*.txt'
295295
```
296296

297-
- <a name="concurrency"></a><a href="#user-content-concurrency"><code>concurrency</code></a>: _(Optional, default: `100`)_ Number of files to simultaneously upload.
297+
- <a name="__input_concurrency"></a><a href="#user-content-__input_concurrency"><code>concurrency</code></a>: _(Optional, default: `100`)_ Number of files to simultaneously upload.
298298

299299
```yaml
300300
concurrency: '10'
301301
```
302302

303-
- <a name="gcloudignore_path"></a><a href="#user-content-gcloudignore_path"><code>gcloudignore_path</code></a>: _(Optional, default: `.gcloudignore`)_ Path to a gcloudignore file within the repository.
303+
- <a name="__input_gcloudignore_path"></a><a href="#user-content-__input_gcloudignore_path"><code>gcloudignore_path</code></a>: _(Optional, default: `.gcloudignore`)_ Path to a gcloudignore file within the repository.
304304

305305
```yaml
306306
gcloudignore_path: '.gcloudignore.dev'
307307
```
308308

309-
- <a name="process_gcloudignore"></a><a href="#user-content-process_gcloudignore"><code>process_gcloudignore</code></a>: _(Optional, default: `true`)_ Process a `.gcloudignore` file present in the top-level of the repository.
309+
- <a name="__input_process_gcloudignore"></a><a href="#user-content-__input_process_gcloudignore"><code>process_gcloudignore</code></a>: _(Optional, default: `true`)_ Process a `.gcloudignore` file present in the top-level of the repository.
310310
If true, the file is parsed and any filepaths that match are not uploaded
311311
to the storage bucket. To disable, set the value to false:
312312

@@ -322,7 +322,7 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
322322

323323
<!-- BEGIN_AUTOGEN_OUTPUTS -->
324324

325-
- `uploaded`: Comma-separated list of files that were uploaded.
325+
- <a name="__output_uploaded"></a><a href="#user-content-__output_uploaded"><code>uploaded</code></a>: Comma-separated list of files that were uploaded.
326326

327327

328328
<!-- END_AUTOGEN_OUTPUTS -->

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-cloud-storage",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Upload to Google Cloud Storage (GCS)",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)