Refactor the git/push action
Currently the git/push action library has incorporated scripts within the action yaml. The cleaner way is to have the action commands in a shell script and use that script in the action library workflow.
Refactor the the git/push action to separate the commands into separate script file.
Refactor the
git/pushactionCurrently the
git/pushaction library has incorporated scripts within the action yaml. The cleaner way is to have the action commands in a shell script and use that script in the action library workflow.Refactor the the
git/pushaction to separate the commands into separate script file.