Mikael Andersson

Results 8 comments of Mikael Andersson

Just curious, have you had a chance to look into this further?

https://github.com/mathieudutour/github-tag-action/blob/dbd80d2e9d640266d8fe579d11ab9896ed618e16/src/utils.ts#L52-L54 My understanding of this function is that it is supposed to check for pull request events. This would only check for pulls though? Edit: Nevermind, might have misunderstood that...

If that is your solution the README of the repository is misleading on the functionality of the action. I can accept it not being intended to be used for that...

Also, this option is available when using UiPath Studio, so it feels like something that should be accessible with this CLI too?

It's a step in the right direction! But to be honest I'm a little bothered by the fact that I have to provide the folder-id instead of the folder name....

Just wanted to check in and report that this is working great in my experiments so far. Great job! And once again, thanks for a super neat tool!

A quick look at the endpoint `/Releases/Releases_PutById` in Swagger shows me that EnvironmentVariables is part of the payload there. Not sure how to work with it though.

When deploying agents, one can manually set values for Environment variables in the "Process" here: ![Image](https://github.com/user-attachments/assets/aa8125b4-3e26-4e70-b580-65a29715123e) If I'm not entirely mistaken, the end point for **/Releases/Releases_PutById** provides the option to...