What is the real benefit of using the github action tasks? I usually put what I need in a script and trigger that instead to be able to trigger it the same way locally as on github actions. @broad-dog-22463, I guess you might have input?
b
broad-dog-22463
04/26/2021, 9:54 AM
@wet-noon-14291 So I agree with you that being able to have a script that you can execute locally is a good thing. I kind of feel that when that script becomes too complex (eg handling logging in / out of backends etc) then I have started to use native actions for things
Native actions for me mean composable CI scripts - I can use AWS official action for the best way to log into AWS or GOogleCloud for their way etc
It’s by no means a requirement to do use it and executing a script is perfectly valid