Pavel Alimpiev
Pavel Alimpiev
As far as I know, it's impossible to pass list values to the github actions. So, the following syntax is invalid: ```yaml image-tags: - latest - "${{ steps.increment.outputs.version }}" -...
Done! Example workflow: ```yaml name: Build and publish on: push jobs: build-with-multiple-tags: runs-on: ubuntu-latest steps: - uses: actions/[email protected] # Checking out the repo - name: Build with multiple tags uses:...
@justinmchase As far as I understood, Github Actions do not support list values for inputs. When I tried to use both list notaions that YAML supports (yours and `image-tags: [first,...
As far as I know, it's impossible to use Dockerfile arguments in Github Actions. Action's execution is separated in two steps: 1) **Build stage**: this is a `docker build` call...
`pyenv` is a possible solution, but it will significantly incease action's execution time, for it will build and install python interpreter on each run.
I guess we wait for a new release of the [python-miio](https://github.com/rytilahti/python-miio) package, that should bring support for this device. There is an [issue](https://github.com/rytilahti/python-miio/issues/1665) in that package that is focused on...
I think that this issue is relevant still.
@PaulvanEeden , there is no fix yet. We are all waiting till the maintainer of the [python-miio](https://github.com/rytilahti/python-miio) publishes a new version of his package.
@antoweb and @ashkanj, you are correct, and yet we cannot use this integration for now. Home Assistant is built in Python. Python projects can rely on another package to solve...
Nope, Mr. issue-triage-workflows. We are still humbly waiting for this issue to be resolved.