fix: use inline script to load aggregate-props from workspace#123
Conversation
actions/github-script@v8 does not have a script-path input; switch to require() via script: so actionlint passes and the job actually runs.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
=========================================
Coverage 27.24% 27.24%
Complexity 174 174
=========================================
Files 15 15
Lines 1817 1817
=========================================
Hits 495 495
Misses 1322 1322
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
actions/github-script@v8 does not support script-path; switches to require() via the script: input so actionlint passes and the aggregate-props job actually runs.