We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d3fe7 commit 8f75477Copy full SHA for 8f75477
1 file changed
.github/workflows/clang-format-checker.yml
@@ -23,7 +23,8 @@ jobs:
23
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
24
with:
25
separator: ","
26
- skip_initial_fetch: true
+ # skip_initial_fetch: true
27
+ fetch_depth: 100 # Fetches only the last 100 commits
28
29
- name: "Listed files"
30
env:
0 commit comments