From 0e11ee415fb692a76902ff022bfa87e88a940628 Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Fri, 27 Dec 2019 20:06:25 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- action.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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: