Benjamin Bischoff

I am Benjamin Bischoff, a test automation engineer at trivago N.V. writing and talking about software development and testing.

More about me

If you use GitHub action workflows that run over and over again (either manually, event based or scheduled), it is sometimes helpful to compare the last return state with the current one to detect changes. In this article I show you one way how to do that.

This article will show how to set Github actions parameters to a value that is based on another parameter's value. This is a very flexible approach for inputs with specific options.