Federico Grandi

Results 80 comments of Federico Grandi

Oh, ok, then I get what's the issue: [here](https://github.com/EndBug/version-check/blob/2f69a8a8ba6b5938032488996cc7368d0bbe8096/src/main.ts#LL124C4-L124C4) I'm checking for the commit list to create get the diff, and I can't get it from the event unless it's...

Hey @ljukas, as mentioned above, > The solution would be using the `static-checking` input when running on workflow dispatch. If you're having issues while doing that, feel free to let...

Hey @lizozom, have you tried the solution described above? Using `act` may affect the action's behavior, as it's heavily based on the event that triggers the (normal) action run

> Edit: We're using private npm packages on github, so I don't think I can use static-checking since I can't provide a public file-url endpoint? Correct me if I'm wrong...

@dmca-glasgow Yeah you have to set a file URL when using `static-checking`, see https://github.com/EndBug/version-check?tab=readme-ov-file#publishing-automatically-to-both-npm--github-package-registry

I just noticed that you already did in 0e581bd7e3b0384fd3342f3e20f5e32c6c14be3c, but the `v2` tag is not yet pointing to the updated version ;)

@janbiasi Made a quick fork with `node24`, you should be able to use `EndBug/actions-tagger@5fec854b04a97c3e129fd7247a17eef6337e2831`

Hey @christulin thanks for the PR! Your idea seems great! 🚀 I'm currently away, but I'll try to test this as soon as I get back! Thanks for the patience