🐛 Fix context.repo undefined error in playground workflow

This commit is contained in:
Daniel Dudzic 2025-08-12 19:39:07 +02:00
parent 41f8f1c0c8
commit 24009daa16
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

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