Skyhook Git Sync and Commit
Version updated for https://github.com/skyhook-io/git-sync-commit to version v1.2.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Git Sync and Commit Action” is a GitHub Action designed to automate the process of safely syncing, committing, and pushing changes in a Git repository. It handles race conditions through automatic retries, ensures a clean linear history with rebase-first workflows, and only commits when actual changes are detected. This action is ideal for automating tasks like GitOps deployments, dependency updates, configuration management, and release versioning, providing reliable commit detection, safe stashing, and clear outputs for seamless integration into CI/CD pipelines.
Release notes
1.2.0 (2025-12-09)
Features
- enhance conflict resolution and safety checks in git-sync-commit action (057029f)