We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c175f commit 80abd85Copy full SHA for 80abd85
.github/workflows/integration-test.yaml
@@ -30,6 +30,8 @@ jobs:
30
with:
31
egress-policy: audit
32
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
+ with:
34
+ fetch-depth: 0
35
- name: Output Modified Group Directories
36
id: group-list
37
run: |
0 commit comments