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

Add support for dry-run #19

Closed pabloromeo closed 2 years ago

pabloromeo commented 2 years ago

Adds support for the dry-run setting of the CLI.

I thought it might be interesting to have support for it as well, during builds when reviewing PRs. I haven't been able to test it since I'm not familiar with the process for github actions.

I'm not sure if there are other modifications needed in order to not push anything as a git commit.

sinedied commented 2 years ago

Hi @pabloromeo, why did you close this PR? I'm sorry I took a look time to look at it, but it's definitely interesting and as you said it would be useful for PR reviews 🙂

If you're ok with that, I'll reopen it, and gladly merge it?

pabloromeo commented 2 years ago

Ah, was planning on opening a new one that was a bit more complete because after that I had to make other changes for it to work in my other fork.

sinedied commented 2 years ago

I'll wait for the new one then 🙂

pabloromeo commented 2 years ago

Fresh out of the oven: https://github.com/sinedied/publish-devto/pull/21 :smile: