|
|
|
|
|
by giobox
1001 days ago
|
|
Executing bash statements/scripts/functions is the thing I struggle least with in GH actions personally, it's remarkably easy to execute shell steps. If you really want your entire build to be a shellscript the action executes, you can do just that with very little YAML. |
|
So exporting an environment variable doesn’t work for example.