Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Dec 27, 2019
1 parent ba91410 commit 0e11ee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
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'
required: true

upload-from:
description: 'The path where the files to upload are located'
default: ./
default: './'
required: false

upload-to:
Expand Down

0 comments on commit 0e11ee4

Please sign in to comment.