Skip to content

Commit

Permalink
fix actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
versoon committed Jan 22, 2024
1 parent f4f0aeb commit d3a6bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload to OSS
uses: YangHanlin/oss-deployment-action@v1
with:
oss-endpoint: ${{ ALIYUN_OSS_REGION }}.aliyuncs.com
oss-endpoint: '${{ secrets.ALIYUN_OSS_REGION }}.aliyuncs.com'
access-key-id: ${{ secrets.ALIYUN_OSS_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.ALIYUN_OSS_ACCESS_KEY_SECRET }}
oss-path: oss://${{ ALIYUN_OSS_BUCKET }}/
oss-path: 'oss://${{ secrets.ALIYUN_OSS_BUCKET }}/'

0 comments on commit d3a6bb8

Please sign in to comment.