Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed May 25, 2024
1 parent 56bd8a6 commit 1a3295e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/read-advanced.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: When book is missing metadata, create a pull request
run-name: 📚 ${{ inputs['book-status'] }} book ${{ inputs.isbn }}
run-name: 📚 ${{ inputs['book-status'] }} book ${{ inputs.identifier }}

# Grant the action permission to write to the repository
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/read-thumbnail.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Download the book thumbnail
run-name: 📚 ${{ inputs['book-status'] }} book ${{ inputs.isbn }}
run-name: 📚 ${{ inputs['book-status'] }} book ${{ inputs.identifier }}

# Grant the action permission to write to the repository
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/read.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: read action
run-name: 📚 ${{ inputs['book-status'] }} book ${{ inputs.isbn }}
run-name: 📚 ${{ inputs['book-status'] }} book ${{ inputs.identifier }}

# Grant the action permission to write to the repository
permissions:
Expand Down

0 comments on commit 1a3295e

Please sign in to comment.