Skip to content

Commit

Permalink
Update new_device.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Dec 17, 2023
1 parent 267ac5f commit d6f7db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
devices.append(new_device)
# Sort the devices by manufacturer and model
devices.sort(key=lambda k: (k['manufacturer'], k['model']))
# devices.sort(key=lambda k: (k['manufacturer'], k['model']))
# Save manufacturer and model for later use
set_output("mm", "_".join(re.findall(r"\w+",f"{new_device['manufacturer']}{new_device['model']})".lower())))
Expand Down

0 comments on commit d6f7db6

Please sign in to comment.