sinedied / publish-devto

:postbox: GitHub Action to publish markdown files on dev.to platform, with assets hosted on GitHub.
MIT License
38 stars 8 forks source link

Fix for CVE-2022-24765 (unsafe repo error) #25

Closed pabloromeo closed 2 years ago

pabloromeo commented 2 years ago

Workaround for https://github.com/actions/checkout/issues/760

sinedied commented 2 years ago

Thanks for the patch! Could you run npm run lint --fix on your branch to fix the lint errors, so I can merge it?

pabloromeo commented 2 years ago

Yup, just ran it and fixed the lint errors. Also had to add the prettier setting for newlines, so I don't get newline errors on Windows.

sinedied commented 2 years ago

Merged, thanks! I'll update the action during the day