diff --git a/entrypoint.sh b/entrypoint.sh index 21f3ab4..c020619 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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."