Is it possible to run a GitHub action which does something *only* with the files updated by the Pull Request?'nAssume that I know next to nothing about GitHub actions and NPM.
Senza categoria
2
Post
2
Autori
0
Visualizzazioni
-
Is it possible to run a GitHub action which does something *only* with the files updated by the Pull Request?
Assume that I know next to nothing about GitHub actions and NPM. Because, y'know, I don't 😄
-
Is it possible to run a GitHub action which does something *only* with the files updated by the Pull Request?
Assume that I know next to nothing about GitHub actions and NPM. Because, y'know, I don't 😄
@Edent you have to use a git command to determine which files were changed. I think variations of `git show` are what you need.