Jan Macku
Jan Macku
Thanks for the additional information. I expect that you are running on the custom runner. There are many warnings/errors that might be related to the environment in which Action is...
This isn't the right thing to do. Why would you want to accomplish such a behavior? I can recall quite a few moments when CI on PR passed, and once...
from GitHub Marketplace: - [Snyk _GitHub Action_](https://github.com/marketplace/actions/snyk) - [Snyk _Application_](https://github.com/marketplace/snyk)
@MartinNowack You can either mask the error message or globally set the shell used in your scripts. I'll prepare PR.
@sp1ff > Beyond that, I'm a bit confused-- all of the `.inc` files define certain variables expected by the main script-- how are these warnings not popping-up all over? I...
This is already addressed in `v2.1.0-rc5`
The logs seem ok. Could you provide a workflow that was used?
This action is mostly used for tags starting with `v` not sure how it works with tags that doesn't start with `v`. I would try to update this section by...
You are probably looking for: - #78
We have hit the same issue in chkconfig/alternatives: - https://github.com/fedora-sysv/chkconfig/pull/128 - https://github.com/fedora-sysv/chkconfig/pull/134 - https://github.com/fedora-sysv/chkconfig/pull/136 The initial PR caused alternatives to segfault. Alternatives are in minimal buildroot so any follow-up commits...