Skip to content

Commit 2023705

Browse files
authored
Workflow updates
1 parent 0f1a449 commit 2023705

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
- name: WordPress Plugin Integration Test
3030
uses: holyhope/test-wordpress-plugin-github-action@v2.0.2
3131
with:
32-
php-version: ${{ matrix.php-version }}
33-
wordpress-version: ${{ matrix.wordpress-version }}
34-
plugin-name: 'simple-wp-optimizer'
35-
plugin-slug: 'simple-wp-optimizer'
32+
php_version: ${{ matrix.php-version }}
33+
wordpress_version: ${{ matrix.wordpress-version }}
34+
plugin_slug: 'simple-wp-optimizer'
3635

3736
- name: Add labels to any PRs
3837
if: github.event_name == 'pull_request'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Enabled automatic PR creation for WordPress compatibility updates with "automated" and "documentation" labels
1515
- Added WordPress Plugin Integration Test workflow using holyhope/test-wordpress-plugin-github-action@v2.0.2
1616
- Implemented testing matrix for PHP versions 7.4-8.2 and WordPress versions 5.9-latest
17-
- Added plugin-slug parameter to integration test workflow
17+
- Fixed action parameters using the correct input names: php_version, wordpress_version, plugin_slug
1818
- Added automated PR labeling with "automated", "documentation", and "plugin update" tags
1919
- Set up proper GitHub permissions for integration test workflow
2020

0 commit comments

Comments
 (0)