Bas Steins Posted on Aug 9 THAT Conference: GitHub Actions for Fun & Profit #git #github Top comments (6) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand taijidude taijidude taijidude Follow Java Developer. Love to read and learn. Hobbies: - tabletop rpgs - boardgames - videogames - cooking - kettlebell Location Hannover, Germany Work Software Engineer Joined Jul 22, 2020 • Aug 11 Dropdown menu Copy link Hide Great talk. After watching it i started to implement an action workflow for a personal python project of mine. Collapse Expand Bas Steins Bas Steins Bas Steins Follow I'm Bas. I help you become a better developer with #Python, #SQL and #CloudComputing Location Planet Earth Work Helping teams build better software Joined Apr 26, 2020 • Aug 12 Dropdown menu Copy link Hide Thanks! What kind of task did you automate? Collapse Expand taijidude taijidude taijidude Follow Java Developer. Love to read and learn. Hobbies: - tabletop rpgs - boardgames - videogames - cooking - kettlebell Location Hannover, Germany Work Software Engineer Joined Jul 22, 2020 • Aug 12 • Edited on Aug 12 • Edited Dropdown menu Copy link Hide Upscaling of Midjourney images to print them on t-shirts. A bit messy at the moment, but i want to have a look: github.com/taijidude/upscale But im not done yet. Did struggle a bit with paths in git actions. Used to run this in docker. But i want to migrate this to GitHub actions Bas Steins Bas Steins Bas Steins Follow I'm Bas. I help you become a better developer with #Python, #SQL and #CloudComputing Location Planet Earth Work Helping teams build better software Joined Apr 26, 2020 • Aug 12 Dropdown menu Copy link Hide That's really cool! Like the astronaut! I just had a brief look at the action, but one thing: To commit from a GH Action, I often use the stefanzweifel/git-auto-commit-action@v5.0.1 action. taijidude taijidude taijidude Follow Java Developer. Love to read and learn. Hobbies: - tabletop rpgs - boardgames - videogames - cooking - kettlebell Location Hannover, Germany Work Software Engineer Joined Jul 22, 2020 • Aug 12 Dropdown menu Copy link Hide Thanks a lot. I got it running except for the commit. Will try your suggestion later. taijidude taijidude taijidude Follow Java Developer. Love to read and learn. Hobbies: - tabletop rpgs - boardgames - videogames - cooking - kettlebell Location Hannover, Germany Work Software Engineer Joined Jul 22, 2020 • Aug 13 Dropdown menu Copy link Hide It worked! Thanks a lot again. 😊 Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (6)
Great talk. After watching it i started to implement an action workflow for a personal python project of mine.
Thanks!
What kind of task did you automate?
Upscaling of Midjourney images to print them on t-shirts.
A bit messy at the moment, but i want to have a look:
github.com/taijidude/upscale
But im not done yet. Did struggle a bit with paths in git actions.
Used to run this in docker. But i want to migrate this to GitHub actions
That's really cool! Like the astronaut!
I just had a brief look at the action, but one thing: To commit from a GH Action, I often use the
stefanzweifel/git-auto-commit-action@v5.0.1
action.Thanks a lot. I got it running except for the commit. Will try your suggestion later.
It worked! Thanks a lot again. 😊