git diff list of files on github action’s PR
When I open a pull request, I have a github action set to trigger a node script:
git diff command to show difference between default main branch and PR we raised , file name of those files with full path [closed]
Closed 2 days ago.
GitHub Actions – Push to public repo from private repo fails
I have a GitHub Actions workflow in a private repo of an organization. I need to push a build artefact and some other stuff to a public GitHub Pages repo of the same organization.