90dy/Git sync from 90dy
Permit to sync last changes from another repository
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Nov 9, 2023
- License
- Public domain
Pinned Snippet
uses: 90dy/gha-git-sync@49ef3b41e827839c88bd97053e9c9c9b3243789e # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository to pull from | yes | — |
| branch | Branch to sync | yes | — |
| user-email | Git user email | yes | — |
| user-name | Git user name | yes | — |
| paths | File paths to sync (not directories) | — | — |
| commit-message | Commit message | — | — |
| assignees | A comma or newline-separated list of assignees (GitHub usernames). | — | — |
| remote | The name of the remote to fetch from | — | origin |
Outputs
no outputs