Chris Gavin
95e2158dc6
Add an environment variable to indicate which repository the currently running Action came from. ( #585 )
...
* add `workflow_dispatch`
* Add an environment variable to indicate which repository the currently running Action came from.
* Expose the Action ref as well.
* Move setting `github.action_repository` and `github.action_ref` to `ActionRunner.cs`.
* Don't set `action_repository` and `action_ref` for local Actions.
Co-authored-by: Tingluo Huang <tingluohuang@github.com >
2020-11-03 14:39:17 -05:00
Thomas Boop
e6eb9e381d
Cleanup FileCommands ( #693 )
2020-09-04 15:35:36 -04:00
Thomas Boop
9976cb92a0
Add Runner File Commands ( #684 )
...
* Add File Runner Commands
2020-08-28 15:32:25 -04:00
eric sciple
0921af735a
move shared ExecutionContext properties under .Global ( #594 )
2020-07-19 19:05:47 -04:00
Nick Fields
f994ae0542
Reduce input validation warnings ( #506 )
...
* Only raise a single warning for unexpected inputs
* Update invalid input test to raise single warning
2020-06-05 23:09:14 -04:00
Tingluo Huang
6f260012a3
Fix inputs validation warning, fix post step display name, fix worker crash due to error in step.env ( #490 )
2020-05-21 11:09:50 -04:00
Tingluo Huang
cd8e4ddba1
Validate inputs only for repo action, no warning for small delay. ( #476 )
...
* validate inputs only for repo action, no warning for small delay.
* l0
2020-05-12 16:09:13 -04:00
Tingluo Huang
d5c54f9819
Raise warning when action input does not match action.yml. ( #429 )
2020-04-21 19:42:53 -04:00
Tingluo Huang
d5c7097d2c
support 'pre' execution for actions. ( #389 )
2020-04-13 21:46:30 -04:00
eric sciple
dfaf6e06ee
switch hashFiles to extension function ( #362 )
2020-03-18 12:08:51 -04:00
eric sciple
0cba42590f
preserve workflow file/line/column for better error messages ( #356 )
2020-03-03 22:38:19 -05:00
Tingluo Huang
0a6bac355d
include step.env as part of env context. ( #300 )
2020-01-27 15:54:28 -05:00
Tingluo Huang
5b6f9d3b93
Stop job container after all post actions. ( #165 )
...
* stop job container after all post actions.
* c
* c
2019-11-04 13:19:21 -05:00
Tingluo Huang
c8afc84840
GitHub Actions Runner
2019-10-10 00:52:42 -04:00