-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Set fetch-depth: 1 when using https://github.com/actions/checkout to checkout a branch.
It's difficult to get changes from the local Git history.
It would be helpful to have a flag --github-action to fetch changes from the remote, like in the example below:
const { data: changedFiles } = await github.rest.pulls.listFiles({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.issue.number
});
Metadata
Metadata
Assignees
Labels
No labels