We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbcd2a commit 0b9057cCopy full SHA for 0b9057c
1 file changed
.github/workflows/check_required_files.yml
@@ -44,8 +44,11 @@ jobs:
44
# Specify whether to remove untracked files before checking out the repository:
45
clean: true
46
47
- # Limit clone depth to the last 25 commits:
48
- fetch-depth: 25
+ # Refers to the repository name of the pull request:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
49
+
50
+ # Limit clone depth to the most recent commit:
51
+ fetch-depth: 1
52
53
# Specify whether to download Git-LFS files:
54
lfs: false
0 commit comments