GitHub Action using ImageMagick: Create a PNG and commit it to the repo #26600
|
I asked this question earlier today on Stack Overflow, however, I think it fits better here… Background Thus I would like to automate this process using GitHub Actions. Workflow
Output:
Questions
|
Replies: 2 comments
|
It seems like I figured out the/a solution myself.
What I was doing wrong:
|
|
i was going insane trying to figure out how to use imagemagick in github actions, literally hours wasted and 100 of failed commits/runs in private repos, this really helped me so thank you |
It seems like I figured out the/a solution myself.
I would be very thankful for feedback (code review) since my experience with GitHub Actions is very limited…