Commit Graph

3 Commits

Author SHA1 Message Date
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
ChristopherHX
3d684447a5 make ci run in this fork (#9) 2025-01-26 11:20:26 +00:00
André Martins
bf4aad6ad2 pkg/runner: add support to replace GitHub's env (#1197)
There might be use cases where users want to use GitHub's variables in
the environment variables, which is a valid use case.

This commits adds support for replacement of GitHub's env with GitHub's
values.

Signed-off-by: André Martins <aanm90@gmail.com>
2022-06-08 15:25:51 +00:00