actionforge / graph-runner

🏃‍♀️ The core cli of Actionforge
Other
12 stars 0 forks source link

Several gh context objects are missing #8

Closed sebastianrath closed 8 months ago

sebastianrath commented 8 months ago

Currently there are only a handful of gh context objects defined, and therefore some well-known third-party actions might not work (e.g. docker-login due to missing ${{ github.actor }}.

https://github.com/actionforge/graph-runner/blob/b103b236cc62bb2b510319a4ffd12447447cb6d2/nodes/gh.go#L37-L49