actions-marketplace-validations/Github Workflow Sync
Github Action To Sync Github Actions Workflow Files Across Repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REPOSITORIES | Github Repos To Sync To | yes | "" |
| WORKFLOW_FILES | Local Workflow Files To Sync | yes | "" |
| WORKFLOW_FILES_DIR | Local Path Where Common Workflow Files Are Located | no | workflows |
| GITHUB_TOKEN | Token to use to get repos and write secrets | yes | — |
| GIT_URL | The URL to the Github server. Defaults to github.com. Change if using a GHES instance. | no | github.com |
| GIT_USER | The name of the user to use for git commits. | no | Workflow Sync Bot |
| GIT_EMAIL | The email of the user to use for git commits. | no | githubactionbot+workflowsync@gmail.com |
| DRY_RUN | Run everything except for nothing will be Updated. | no | false |
| AUTO_CREATE_NEW_BRANCH | Auto Create New Branch If Not Exists ? | no | false |
| COMMIT_EACH_FILE | If set to true then all files are commited 1 by 1 instead of commiting everything @ once | no | false |
| PULL_REQUEST | Whether or not you want to do a pull request. Only works when branch name is provided. Default false | no | false |
| PULL_REQUEST_LABELS | Comma separated list of labels to add to the pull request. Default empty | no | — |
| SKIP_CI | Adds [skip ci] to commit message which will avoid running github actions in targer repository | no | false |
| COMMIT_MESSAGE | Provide your own custom commit MESSAGE | no | false |
| COMMIT_MESSAGE_AS_PR_TITLE | Use the commit message as the pull request title | no | false |
| RETRY_MODE | Enable retry and throttling octokit plugins to avoid secondary rate limits on github content creation | no | true |
Outputs
no outputs