My focus is on making software, coaching Agile/Scrum teams, and being a husband and father--definitely not on blogging--so please do not expect very frequent posts here.

Monday, November 25, 2024

The way to do a no-op (do nothing) action in GitHub Actions is `run: exit 0`

You'd think echo or : would work, but echo results in extra unexpected cruft, and : isn't recognized as a command, presumably due to the YAML interpreter.  Hope this helps!

No comments:

Post a Comment