Closed 0cwa closed 3 months ago
Even if the user passes the device name from input during workflow_dispatch
, checks look for bluejay
. However, if you look at patch step, I believe that should be created for the device mentioned during input, right?
It would be helpful if you could post complete logs for complete context as it contains no sensitive information.
Good catch BTW.
I've made some significant changes. Not sure whether it's good practice or not. But the intention is that, main code should not modified to make it work for you or anyone else.
User should just update an env.toml file and during run time, it is read and values from it takes precedence over default values.
Should be fixed with https://github.com/pixincreate/PixeneOS/commit/dfd9a75c22950e58f65a0bdcc3b30f287bf12dcb.
Please re-open if the issue persists.
In github actions, under
Check if a bulid already exists...