-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This reverts commit f01c5cc.
I just remembered why I set Jammy for all: device-gpio call wasn't getting the series value from the matrix and not falling back to the action's default either. This is because an empty string is passed to the action and default isn't used; see actions/runner#924 (comment). Build log: https://github.com/canonical/edgex-nightly-build/runs/7295965153?check_suite_focus=true#step:2:75 |
could we add
|
Ya that should solve it. Or we change the action to default to focal when the input is empty. We can then remove some complexity here. |
The default is focal already: |
I've updated my comment and explained why that doesn't work: #26 (comment) |
No description provided.