Added git output path

This commit is contained in:
2022-07-11 14:20:12 +02:00
parent a9d1874c6d
commit c045cd21a1

View File

@@ -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."