act/pkg
Björn Brauer 8a9167da82
fix: avoid race condition by not running exec/start twice (#702)
ContainerExecAttach implicitly runs ContainerExecStart while attaching
to stdout/stderr.
Ref: e02bc91dcb/client/container_exec.go (L40)

Calling both can lead to a race condition as observed in #627

Fixes: #627

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>

Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
2021-05-25 12:35:52 +00:00
..
common fix: use github auth token for pulling a repository (#693) 2021-05-19 13:40:28 +00:00
container fix: avoid race condition by not running exec/start twice (#702) 2021-05-25 12:35:52 +00:00
model $GITHUB_PATH support (#566) 2021-05-06 13:30:12 +00:00
runner Move actions path outside of workdir (#701) 2021-05-24 17:09:03 +00:00