🐛 Fix context.repo undefined error in playground workflow

This commit is contained in:
Daniel Dudzic 2025-08-12 19:36:05 +02:00
parent 249bd383db
commit eb03ce15a8
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

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