Directly commit the given file with the given message
git_commit | -----|---- Supported platforms | ios, android, mac Author | @KrauseFx
git_commit(path: "./version.txt", message: "Version Bump")git_commit(path: ["./version.txt", "./changelog.txt"], message: "Version Bump")git_commit(path: ["./*.txt", "./*.md"], message: "Update documentation")| Key | Description |
|---|---|
path |
The file you want to commit |
message |
The commit message that should be used |
To show the documentation in your terminal, run ```no-highlight fastlane action git_commit ```