We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gzip
1 parent 2343b41 commit 589381aCopy full SHA for 589381a
actions/push-to-gcs/action.yaml
@@ -41,6 +41,10 @@ inputs:
41
Delete the credentials file after the action is finished.
42
If you want to keep the credentials file for a later step, set this to false.
43
default: "true"
44
+ gzip:
45
+ description: |
46
+ If true, then upload files with `content-encoding: gzip`
47
+ default: "true"
48
49
outputs:
50
uploaded:
@@ -103,6 +107,7 @@ runs:
103
107
destination: ${{ steps.construct-path.outputs.destination }} # bucket name plus folder prefix (if applicable)
104
108
parent: ${{ inputs.parent }}
105
109
predefinedAcl: ${{ inputs.predefinedAcl }}
110
+ gzip: ${{ inputs.gzip }}
106
111
process_gcloudignore: false
112
113
- name: Cleanup checkout directory
0 commit comments