How to use GitHub Actions to pull specfic files from someone else's repository when they get updates? – Ubuntu
I'd like to utilize Github Actions to pull specific files from another repo whenever they get updated. What I tried to do is: Pull specific files from someone else's repo (and use a token if it's a private repo). Rename…