SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Do we really need to only show docker logs with `workflow_dispatch`? #842

Closed plocket closed 4 months ago

plocket commented 8 months ago

Right now, our action only takes into account the SHOW_DOCKER_LOGS input if the action is triggered by a workflow. What was the reason for that?

plocket commented 4 months ago

My mistake, we're good. Our action is accepting and usaing the action input. We're not handling workflow_dispatch inputs at all (github.events.inputs.foo).