We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cd9cf commit 0557dfdCopy full SHA for 0557dfd
1 file changed
changelog/upload/action.yml
@@ -51,6 +51,8 @@ runs:
51
env:
52
CONFIG: ${{ inputs.config }}
53
run: |
54
- docs-builder changelog upload changelog s3 \
+ docs-builder changelog upload \
55
+ --artifact-type changelog \
56
+ --target s3 \
57
--s3-bucket-name elastic-docs-v3-changelog-bundles \
58
--config "$CONFIG"
0 commit comments