-
Just out of curiousity... I found a PR where it was actually updated via commit -> #160 |
Beta Was this translation helpful? Give feedback.
Answered by ldez Aug 1, 2024
Replies: 1 comment 1 reply
-
Because it's a GitHub Action written in Typescript, to work, the executable code must be in JavaScript. Note: all the PRs that change the code (and some dependencies) always contain an update of the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by ldez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Because it's a GitHub Action written in Typescript, to work, the executable code must be in JavaScript.
Note: all the PRs that change the code (and some dependencies) always contain an update of the
dist
folder.