Skip to content

Commit

Permalink
id values need to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 16, 2023
1 parent e01093c commit 7e55b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_range_message.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
curl https://www.isbn-international.org/export_rangemessage.xml > lib/Business/ISBN/RangeMessage.xml.new
- name: Check new RangeMessage.xml
id: fetch
id: check
run: |
xmllint lib/Business/ISBN/RangeMessage.xml.new
- name: Check if RangeMessage is updated
Expand Down

0 comments on commit 7e55b21

Please sign in to comment.