- 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>
* fix: keep path to event json file in composite actions
The event.json paths need to be copied over, since it the
GithubContext is recreated from the composite RC. And that
does read some value for the event file if available.
* test: add test case
* test: paste the test correctly and revert a line
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>