Skip to content

Commit f427681

Browse files
committed
Fix checkout param typo
1 parent 9984b7b commit f427681

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616
with:
17-
fetch-dpth: 0
17+
fetch-depth: 0
1818
fetch-tags: true
1919

2020
- name: Configure Git

charts/s3proxy/templates/NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050

5151
# Upload a file
5252
aws --endpoint-url http://<SERVICE_URL> s3 cp /path/to/file s3://test-bucket/
53+
54+
# You can also use other AWS S3 API compatible clients like MinIO's mc
5355
{{- end }}
5456

5557
4. Monitoring:

0 commit comments

Comments
 (0)