Skip to content

Commit aa914c8

Browse files
authored
fix: empty ref on checkout
1 parent 7f4ef67 commit aa914c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2626
- name: Setup PHP

0 commit comments

Comments
 (0)