chore: revise read action
This commit is contained in:
parent
10f34ccdaa
commit
f608be7840
1 changed files with 7 additions and 1 deletions
8
.github/workflows/read-action.yaml
vendored
8
.github/workflows/read-action.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: read action
|
name: Update book
|
||||||
run-name: Book (${{ inputs.isbn }})
|
run-name: Book (${{ inputs.isbn }})
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -34,6 +34,12 @@ 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:
|
||||||
|
description: The file where you want to save your books.
|
||||||
|
default: _data/json/read.json
|
||||||
|
time-zone:
|
||||||
|
description: Your time zone.
|
||||||
|
default: America/Los_Angeles
|
||||||
|
|
||||||
# Set up the steps to run the action
|
# Set up the steps to run the action
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Reference in a new issue