Skip to content

Commit

Permalink
Merge branch 'katydecorah/[email protected]' of https://git…
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Dec 15, 2023
2 parents 09fc005 + da3f7b2 commit e576a36
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4

- name: Read
uses: katydecorah/read-action@v7.3.0
uses: katydecorah/read-action@v7.4.0

- name: Commit updated read file
run: |
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Read
id: read_action
uses: katydecorah/read-action@v7.3.0
uses: katydecorah/read-action@v7.4.0

- name: Download the book thumbnail
if: env.BookThumbOutput != ''
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
uses: actions/checkout@v4

- name: Read
uses: katydecorah/read-action@v7.3.0
uses: katydecorah/read-action@v7.4.0
with:
thumbnail-width: 1280

Expand Down Expand Up @@ -299,4 +299,9 @@ To trigger the action, [create a workflow dispatch event](https://docs.github.co
}
```



## Action outputs

- `nowReading`: The book that is currently being read.
<!-- END GENERATED DOCUMENTATION -->

0 comments on commit e576a36

Please sign in to comment.