From 9a57e90891c15f4f17dc988ffe19709698c368e9 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Thu, 9 Dec 2021 16:11:18 +0800 Subject: [PATCH] Update README.md Update the example in the readme document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cf872..e8fe834 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Upload files to oss of aliyun ## Example usage ```yaml -uses: nebula-actions/upload-oss +uses: vesoft-inc/upload-oss with: key-id: ${{ secrets.OSS_ID }} key-secret: ${{ secrets.OSS_SECRET }}