diff --git a/README.md b/README.md index bde61df..b929bda 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Google Driveへのアップロードには、[`skicka`](https://github.com/googl ## 使用例 ```yaml -name: Upload +- name: Upload to Google Drive uses: satackey/action-google-drive@v1 with: skicka-tokencache-json: ${{ secrets.SKICKA_TOKENCACHE_JSON }} diff --git a/action.yml b/action.yml index ca9b02d..920bee0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,10 @@ name: 'Upload to Google Drive' description: 'Upload files to Google Drive' + +branding: + icon: 'upload-cloud' + color: 'gray-dark' + inputs: skicka-tokencache-json: description: 'Content of `~/.skicka.tokencache.json` created by the `skicka` command' @@ -7,7 +12,7 @@ inputs: upload-from: description: 'The path where the files to upload are located' - default: ./ + default: './' required: false upload-to: