|
|
|
|
|
by satyadeepk
2471 days ago
|
|
GitHub actions are pretty easy to get started even for CI beginners.
Only few things I feel lacking,
1. Environment variables can only be defined on steps, they can't be defined at a job level. So the same code has to be repeated in each step.
2. There's no way to manually trigger a job. |
|
Actually you can define global environment variables with an extra step... here is how I do it. I was quite frustrated until I worked this out!