Skip to content

Commit

Permalink
fix: to #50200336 修复uploadPart无法传递headers参数的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
陈顺刚 committed Jun 20, 2023
1 parent 68bb248 commit 970c8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeCov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
ONCI: true
ALI_SDK_OSS_ID: ${{secrets.ALI_SDK_OSS_ID}}
ALI_SDK_OSS_ID: ${{ secrets.ALI_SDK_OSS_ID }}
ALI_SDK_OSS_SECRET: ${{secrets.ALI_SDK_OSS_SECRET}}
ALI_SDK_OSS_REGION: ${{secrets.ALI_SDK_OSS_REGION}}
ALI_SDK_STS_BUCKET: ${{secrets.ALI_SDK_STS_BUCKET}}
Expand All @@ -23,6 +23,7 @@ jobs:
ALI_SDK_STS_ROLE: ${{secrets.ALI_SDK_STS_ROLE}}
ALI_SDK_STS_SECRET: ${{secrets.ALI_SDK_STS_SECRET}}
steps:
- run: echo "${{ secrets.ALI_SDK_OSS_ID }} = ${{ secrets.ALI_SDK_STS_BUCKET }}"
- uses: actions/checkout@v2
- name: test and report upload
run: |
Expand Down

0 comments on commit 970c8fc

Please sign in to comment.