Skip to content

Commit

Permalink
Merge pull request #38 from Ouckah/same-company-automation
Browse files Browse the repository at this point in the history
Same Company Automation (pt. 2)
  • Loading branch information
ouckah authored May 6, 2024
2 parents bae8dcf + 8ada1ef commit 70aa072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_readmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def main():
listings = util.getListingsFromJSON()

util.checkSchema(listings)
util.sortListings(listings)
listings = util.sortListings(listings) # no longer in place my bad :(
util.embedTable(listings, "README.md")

util.setOutput("commit_message", "Updating READMEs at " + datetime.now().strftime("%B %d, %Y %H:%M:%S"))
Expand Down

0 comments on commit 70aa072

Please sign in to comment.