I want to ustilise choice parameter as input and jobs on basis of it, but I'm unable to use it. Instead an error pops out  :
 if: ${{ inputs.environment == DEV || github.event.push }}, 
getting error: "Invalid type found: one of string , boolean were expected but choice was found"