chore: revise read action
This commit is contained in:
parent
d2443c4a23
commit
67b2dc895d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/read-action.yaml
vendored
6
.github/workflows/read-action.yaml
vendored
|
@ -34,9 +34,6 @@ 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
|
||||||
env:
|
|
||||||
filename: _data/json/read.json
|
|
||||||
time-zone: America/Los_Angeles
|
|
||||||
jobs:
|
jobs:
|
||||||
update-library:
|
update-library:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
@ -47,6 +44,9 @@ jobs:
|
||||||
|
|
||||||
- name: Read
|
- name: Read
|
||||||
uses: katydecorah/read-action@v7.1.0
|
uses: katydecorah/read-action@v7.1.0
|
||||||
|
with:
|
||||||
|
filename: _data/json/read.json
|
||||||
|
time-zone: America/Los_Angeles
|
||||||
|
|
||||||
- name: Commit updated read file
|
- name: Commit updated read file
|
||||||
run: |
|
run: |
|
||||||
|
|
Reference in a new issue