chore: revise read action
This commit is contained in:
parent
76e33e3642
commit
d2443c4a23
2 changed files with 3 additions and 7 deletions
9
.github/workflows/read-action.yaml
vendored
9
.github/workflows/read-action.yaml
vendored
|
@ -34,12 +34,9 @@ on:
|
||||||
date-finished:
|
date-finished:
|
||||||
description: Date you finished the book (YYYY-MM-DD). Optional.
|
description: Date you finished the book (YYYY-MM-DD). Optional.
|
||||||
type: string
|
type: string
|
||||||
filename:
|
env:
|
||||||
description: The file where you want to save your books.
|
filename: _data/json/read.json
|
||||||
default: _data/json/read.json
|
time-zone: America/Los_Angeles
|
||||||
time-zone:
|
|
||||||
description: Your time zone.
|
|
||||||
default: America/Los_Angeles
|
|
||||||
jobs:
|
jobs:
|
||||||
update-library:
|
update-library:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
Reference in a new issue