@@ -6,25 +6,26 @@ Legend:
66* ✅/❌ - partially supported
77* ❌ - not supported
88
9- | Feature | Support | Tracking issue |
10- | ---------------------------------------------| ---------| --------------------------------------------------------------------------|
11- | Conditions | ✅ | |
12- | Continue on error | ✅ | |
13- | Concurrency | ✅ | |
14- | Dependent jobs | ✅ | |
15- | Different types of triggers | ✅ | |
16- | Different types of workers | ✅ | |
17- | Environment variables (` env ` context) | ✅ | |
18- | ` github ` context | ✅ | |
19- | Job containers | ✅ | |
20- | Docker actions | ✅ | |
21- | Local actions | ✅ | |
22- | ` outcome ` context | ✅ | |
23- | Permissions | ✅ | |
24- | Public actions | ✅ | |
25- | ` runner ` context | ✅ | |
26- | Strategy matrix (` matrix ` context) | ✅/❌ | [ #368 ] ( https://github.com/typesafegithub/github-workflows-kt/issues/368 ) |
27- | Secrets (` secrets ` context) | ✅ | |
28- | Service containers | ✅ | |
29- | Timeouts | ✅ | |
30- | Workflow dispatch inputs (` inputs ` context) | ✅/❌ | [ #811 ] ( https://github.com/typesafegithub/github-workflows-kt/issues/811 ) |
9+ | Feature | Support | Tracking issue |
10+ | ---------------------------------------------| ---------| ----------------------------------------------------------------------------|
11+ | Conditions | ✅ | |
12+ | Continue on error | ✅ | |
13+ | Concurrency | ✅ | |
14+ | Dependent jobs | ✅ | |
15+ | Different types of triggers | ✅ | |
16+ | Different types of workers | ✅ | |
17+ | Environment variables (` env ` context) | ✅ | |
18+ | ` github ` context | ✅ | |
19+ | Job containers | ✅ | |
20+ | Job environments | ❌ | [ #1273 ] ( https://github.com/typesafegithub/github-workflows-kt/issues/1273 ) |
21+ | Docker actions | ✅ | |
22+ | Local actions | ✅ | |
23+ | ` outcome ` context | ✅ | |
24+ | Permissions | ✅ | |
25+ | Public actions | ✅ | |
26+ | ` runner ` context | ✅ | |
27+ | Strategy matrix (` matrix ` context) | ✅/❌ | [ #368 ] ( https://github.com/typesafegithub/github-workflows-kt/issues/368 ) |
28+ | Secrets (` secrets ` context) | ✅ | |
29+ | Service containers | ✅ | |
30+ | Timeouts | ✅ | |
31+ | Workflow dispatch inputs (` inputs ` context) | ✅/❌ | [ #811 ] ( https://github.com/typesafegithub/github-workflows-kt/issues/811 ) |
0 commit comments