[en]
GitHub Get Last Commit Tool
[en] Use Get Last Commit to pull the details of the last commit to a specified GitHub repository.
提示
[en] This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Community Gallery.
[en] Tool Components
[en] GitHub Get Last Commit has 1 anchor:
[en] R output anchor: The output anchor returns the details of the last commit to the specified repository, including the author of the commit, date and time, and commit message.
[en] Configure the Tool
[en] Use the Tool Configuration window to configure the necessary fields to make the API call.
[en] Configure
[en] Use the Configure tab to provide the GitHub repository and API details.
[en] GitHub API base Address: The tool adds this by default, but you can update it if needed.
[en] GitHub Repo Owner (username): Enter the GitHub username of the owner of the target repository. This might not be your username. If you are committing to someone else’s repository, use their username here.
[en] GitHub Repository: Enter the name of the repository where you want to commit the files.
[en] GitHub Personal Access Token: Enter your personal access token for GitHub. For more information on personal access tokens, go to GitHub documentation.
[en] Branch: Enter the name of the branch where you want to make the commit.
[en] Is protected: Check this check box if the branch is protected.