Skip to content

Commit

Permalink
Update read-advanced.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Dec 15, 2023
1 parent 5765a6e commit fd50ba5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/read-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/checkout@v4

- name: Read
id: read_action
uses: ./

- name: Download the book thumbnail
Expand Down Expand Up @@ -86,3 +87,8 @@ jobs:
gh pr create -B main -H "review-book-${{env.BookIsbn}}" --fill
env:
GH_TOKEN: ${{ github.token }}

- name: Now reading
if: steps.read_action.outputs.nowReading != ''
run: |
echo "Now reading: ${{ steps.read_action.outputs.nowReading }}"

0 comments on commit fd50ba5

Please sign in to comment.