eine
eine
@nathany, AFAIK there is no other solution to dynamically set the `with` arguments for an action. This action could honour an environment variable, as it does with GITHUB_TOKEN, but that's...
Dup of #14 Ref #27
@sondred, I think it is ok to have multiple issues with different wordings/points of view, because this is a critical non-feature of GitHub Actions. As commented in https://github.com/actions/create-release/issues/23#issuecomment-555744071: > I...
Duplicate of #30 and #35. /cc @ethomson
@mzabaluev I tried to do something similar with `hub`, but I found it to be quite limited. In the end, I used a Python script (https://github.com/eine/tip/blob/master/tip.py). It would be possible...
Hi @vicr123! The feature you wish to implement seems to be similar to [1138-4EB/tip](https://github.com/1138-4EB/tip). On the one hand, I'd like to ask if you know whether it's possible to avoid...
> The problem I see with updating releases is that the tag will not point to the correct commit and may end up showing behind stable builds. You probably also...
@amacneil, meanwhile, you might want to write your own script/Action using e.g. PyGitHub. See https://github.com/eine/tip/blob/master/tip.py.
@hannesa2, use a last job which depends on the others, and download the artifacts (without a name arg, it will download all). For example: https://github.com/ghdl/ghdl/blob/master/.github/workflows/Test.yml#L327-L347
Dup of #47. Ref #58.