knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Fix niv-updater mode #59

Closed jfroche closed 1 year ago

knl commented 1 year ago

Hi @jfroche, thanks for your contribution. Why is it needed to have niv-updater marked as an executable? child_node.execFileSync doesn't require the executable bit set.

knl commented 1 year ago

Oh, I see what has happened. One of the previous commits changed the mode of the file.

jfroche commented 1 year ago

Right, it was me removing that permission in the previous PR, sorry about that. Thanks !