1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00

Add support for changing the GITHUB_ACTOR (#229)

This adds the `-a` flag when running `act` to change the username of the GITHUB_ACTOR environment variable

Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Michael Heap
2020-05-12 08:14:56 +01:00
committed by GitHub
parent a149cf8ca2
commit a5e86bd024
4 changed files with 11 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ type Runner interface {
// Config contains the config for a new runner
type Config struct {
Actor string // the user that triggered the event
Workdir string // path to working directory
BindWorkdir bool // bind the workdir to the job container
EventName string // name of event to run