GroJooo

Results 2 issues of GroJooo

Hi, Thanks for the hard work ! I'm having a particular use case here: - I'm manually running my workflow using workflow_dispatch - I have defined a **commitSpecific** optional input...

Hi everyone, In my `build-and-deploy.yml` workflow, I have the following: ``` on: workflow_dispatch: inputs: environment: required: true default: 'test' type: choice description: Which environment ? options: - test - staging...