Skip to content

Commit c5a835c

Browse files
committed
fix: erro{,r}s
1 parent 1ce4483 commit c5a835c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
imap_version:
2828
type: string
2929
required: true
30-
php_erros_enabled:
30+
php_errors_enabled:
3131
type: boolean
3232
required: true
3333
variations:
@@ -66,7 +66,7 @@ jobs:
6666
DOCKER_BUILD_REDIS_VERSION: ${{ inputs.redis_version }}
6767
DOCKER_BUILD_IMAP_TYPE: ${{ inputs.imap_type }}
6868
DOCKER_BUILD_IMAP_VERSION: ${{ inputs.imap_version }}
69-
DOCKER_BUILD_PHP_ERRORS_ENABLED: ${{ inputs.php_erros_enabled && '1' || '0' }}
69+
DOCKER_BUILD_PHP_ERRORS_ENABLED: ${{ inputs.php_errors_enabled && '1' || '0' }}
7070
run: |
7171
go-replace --mode=template ./${{ inputs.template }} -o ./Dockerfile
7272

.github/workflows/setup-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
redis_version: ${{ matrix.config.redis_version }}
4646
imap_version: ${{ matrix.config.imap_version }}
4747
imap_type: ${{ matrix.config.imap_type }}
48-
php_erros_enabled: ${{ matrix.config.php_erros_enabled }}
48+
php_errors_enabled: ${{ matrix.config.php_errors_enabled }}
4949
variations: ${{ toJson(matrix.config.variations) }}

config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"redis_version": "5.3.7",
88
"imap_version": "",
99
"imap_type": "php-ext",
10-
"php_erros_enabled": false,
10+
"php_errors_enabled": false,
1111
"variations": ["pgsql"]
1212
},
1313
{
@@ -18,7 +18,7 @@
1818
"redis_version": "5.3.7",
1919
"imap_version": "",
2020
"imap_type": "php-ext",
21-
"php_erros_enabled": true,
21+
"php_errors_enabled": true,
2222
"variations": []
2323
},
2424
{
@@ -29,7 +29,7 @@
2929
"redis_version": "5.3.7",
3030
"imap_version": "",
3131
"imap_type": "php-ext",
32-
"php_erros_enabled": true,
32+
"php_errors_enabled": true,
3333
"variations": ["grpc", "mongodb", "mongodb-1.21.0"]
3434
},
3535
{
@@ -41,7 +41,7 @@
4141
"redis_version": "5.3.7",
4242
"imap_version": "",
4343
"imap_type": "php-ext",
44-
"php_erros_enabled": true,
44+
"php_errors_enabled": true,
4545
"variations": ["grpc"]
4646
},
4747
{
@@ -52,7 +52,7 @@
5252
"redis_version": "6.1.0",
5353
"imap_version": "",
5454
"imap_type": "pecl",
55-
"php_erros_enabled": true,
55+
"php_errors_enabled": true,
5656
"variations": ["grpc", "mongodb"]
5757
}
5858
]

0 commit comments

Comments
 (0)