Skip to content

Commit

Permalink
Stop using unsupported field
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 16, 2024
1 parent 70e3ba3 commit e3db116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-check-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# TODO: Install dependencies first, see https://github.com/wordpress/plugin-check-action/issues/66
# Get plugin dependencies
wp-env run cli wp plugin get $PLUGIN_SLUG --field=requires_plugins --format=json
# wp-env run cli wp plugin get $PLUGIN_SLUG --field=requires_plugins --format=json
wp-env run cli wp plugin activate $PLUGIN_SLUG
# Debugging information
Expand Down

0 comments on commit e3db116

Please sign in to comment.