We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa914c8 commit ea13e87Copy full SHA for ea13e87
1 file changed
.github/workflows/test-file-permissions.yml
@@ -20,8 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
with:
23
- ref: ''
24
- fetch-depth: 0
+ ref: ${{ github.ref }}
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
0 commit comments