From 67b2dc895d3f0f0cb3b071273d8cd4939e3fb6d4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 7 Jul 2023 11:51:49 -0700 Subject: [PATCH] chore: revise read action --- .github/workflows/read-action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/read-action.yaml b/.github/workflows/read-action.yaml index de564eae..091e6669 100644 --- a/.github/workflows/read-action.yaml +++ b/.github/workflows/read-action.yaml @@ -34,9 +34,6 @@ on: date-finished: description: Date you finished the book (YYYY-MM-DD). Optional. type: string -env: - filename: _data/json/read.json - time-zone: America/Los_Angeles jobs: update-library: runs-on: macOS-latest @@ -47,6 +44,9 @@ jobs: - name: Read uses: katydecorah/read-action@v7.1.0 + with: + filename: _data/json/read.json + time-zone: America/Los_Angeles - name: Commit updated read file run: |