Skip to content

Commit

Permalink
Enable versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jan 8, 2025
1 parent b786420 commit 1c2bee4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/services/cos/cos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

name: cos
description: 'Behavior test for COS. This service is sponsored by @datafuse_labs.'
description: "Behavior test for COS. This service is sponsored by @datafuse_labs."

runs:
using: "composite"
Expand All @@ -30,3 +30,8 @@ runs:
OPENDAL_COS_ENDPOINT: op://services/cos/endpoint
OPENDAL_COS_SECRET_ID: op://services/cos/secret_id
OPENDAL_COS_SECRET_KEY: op://services/cos/secret_key

- name: Add extra settings
shell: bash
run: |
echo "OPENDAL_COS_ENABLE_VERSIONING=true" >> $GITHUB_ENV

0 comments on commit 1c2bee4

Please sign in to comment.