-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rebrand under Library Pals * Update documentation.yml * Update documentation * Update documentation.yml * Update * Update documentation --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
8df731c
commit 89d55f3
Showing
6 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# read-action | ||
|
||
![Test](https://github.com/katydecorah/read-action/workflows/Test/badge.svg?branch=main) [![Read](https://github.com/katydecorah/read-action/actions/workflows/read.yml/badge.svg)](https://github.com/katydecorah/read-action/actions/workflows/read.yml) | ||
![Test](https://github.com/library-pals/read-action/workflows/Test/badge.svg?branch=main) [![Read](https://github.com/library-pals/read-action/actions/workflows/read.yml/badge.svg)](https://github.com/library-pals/read-action/actions/workflows/read.yml) | ||
|
||
This GitHub action tracks the books that you read by updating a JSON file in your repository. Pair it with the [iOS Shortcut](shortcut/README.md) to automatically trigger the action or click **Run workflow** from the Actions tab to submit details about the book. | ||
|
||
|
@@ -70,14 +70,14 @@ on: | |
# Set up the steps to run the action | ||
jobs: | ||
update-library: | ||
runs-on: macOS-latest | ||
runs-on: ubuntu-latest | ||
name: Read | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Read | ||
uses: katydecorah/[email protected] | ||
uses: library-pals/[email protected] | ||
|
||
- name: Commit updated read file | ||
run: | | ||
|
@@ -148,7 +148,7 @@ on: | |
# Set up the steps to run the action | ||
jobs: | ||
update-library: | ||
runs-on: macOS-latest | ||
runs-on: ubuntu-latest | ||
name: Read | ||
steps: | ||
- name: Checkout | ||
|
@@ -158,7 +158,7 @@ jobs: | |
id: read_action | ||
with: | ||
set-image: true | ||
uses: katydecorah/[email protected] | ||
uses: library-pals/[email protected] | ||
|
||
- name: Download the book thumbnail | ||
if: env.BookThumbOutput != '' | ||
|
@@ -257,14 +257,14 @@ on: | |
# Set up the steps to run the action | ||
jobs: | ||
update-library: | ||
runs-on: macOS-latest | ||
runs-on: ubuntu-latest | ||
name: Read | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Read | ||
uses: katydecorah/[email protected] | ||
uses: library-pals/[email protected] | ||
with: | ||
thumbnail-width: 1280 | ||
set-image: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters