Skip to content

Commit ea13e87

Browse files
authored
fix: remove depth
1 parent aa914c8 commit ea13e87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-file-permissions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
with:
23-
ref: ''
24-
fetch-depth: 0
23+
ref: ${{ github.ref }}
2524

2625
- name: Setup PHP
2726
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)