Skip to content

Commit 2757b70

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Sigh, fix "" -> '' in GHA syntax
2 parents ecb299c + 3671c6d commit 2757b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# When running nightly, set fetch-depth to 0 to clone the full
4747
# repository including all branches. This is required to find the
4848
# correct commit hashes.
49-
fetch-depth: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && "0" || "1" }}
49+
fetch-depth: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && '0' || '1' }}
5050
- name: Grab the commit mapping
5151
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
5252
uses: actions/cache@v5

0 commit comments

Comments
 (0)