Merge pull request #3592 from woocommerce/wordpress-playground-update-paths-part-3

Fix context.repo undefined error in the Playground workflow
This commit is contained in:
Danny Dudzic 2025-08-12 19:44:50 +02:00 committed by GitHub
commit 527f414378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,6 +144,7 @@ jobs:
const updatedContext = {
...context,
issue: {
...context.issue,
number: parseInt(pr_number, 10)
}
};