Added git output path
This commit is contained in:
@@ -23,6 +23,7 @@ if [[ `git status --porcelain` ]]; then
|
||||
# Calling method to configure the git environemnt
|
||||
_git_setup
|
||||
# Commit and push changes back
|
||||
git add "$INPUT_OUTPUT_PATH"
|
||||
git commit -am "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>"
|
||||
git push origin
|
||||
echo "Changes pushed successfully."
|
||||
|
||||
Reference in New Issue
Block a user