Skip to content

Commit 77aa9d2

Browse files
committed
Fix some output.
1 parent c3429e3 commit 77aa9d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-support-json-reader-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
description: "The PHP versions to test for the given wp-version"
2424
value: ${{ jobs.php-versions.outputs.versions }}
2525
db-images:
26-
description: "The MySQL versions to test for the given wp-version"
27-
value: ${{ jobs.db-images.outputs.versions }}
26+
description: "The MariaDB and MySQL images to test for the given wp-version"
27+
value: ${{ jobs.db-images.outputs.images }}
2828

2929
# Disable permissions for all available scopes by default.
3030
# Any needed permissions should be configured at the job level.
@@ -125,7 +125,7 @@ jobs:
125125
needs: [ major-wp-version ]
126126
timeout-minutes: 5
127127
outputs:
128-
versions: ${{ steps.db-images.outputs.versions }}
128+
images: ${{ steps.db-images.outputs.images }}
129129

130130
steps:
131131
- name: Checkout repository

0 commit comments

Comments
 (0)