Files
act_runner/pkg/runner/testdata/pull-request/event.json
silverwind 94f719fc40 Fix test data: dynamic owner check and missing PR number
- issue-1195: compare env.variable against github.repository_owner
  instead of hardcoded 'actions-oss'
- pull-request: add missing "number" field to event.json to prevent
  %!f(<nil>) in github.ref

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:43:01 +01:00

12 lines
146 B
JSON

{
"number": 1,
"pull_request": {
"head": {
"ref": "sample-head-ref"
},
"base": {
"ref": "sample-base-ref"
}
}
}