-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Summary
This GitHub Action generates different results compared to the PCP plugin. During my debugging, I found it's due to the --require argument. If I remove it, then the results are same.
plugin-check-action/action.yml
Lines 157 to 164 in 17c8f9b
| echo "::group::Run Plugin Check" | |
| # Run Plugin Check | |
| wp-env run cli wp plugin check $PLUGIN_SLUG --format=json $ADDITIONAL_ARGS --require=./wp-content/plugins/plugin-check/cli.php > ${{ runner.temp }}/plugin-check-results.txt | |
| cat ${{ runner.temp }}/plugin-check-results.txt | |
| echo "::endgroup::" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Type
Fields
Give feedbackNo fields configured for issues without a type.