packagist/Private Packagist Conductor
GitHub Action to integrate Private Packagist Conductor with your CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 12, 2026
- License
- MIT
Pinned Snippet
uses: packagist/conductor-github-action@3513567296cf906ee3c97ba63df6f6d7ddcc55a5 # 1.6.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file_pattern | The file pattern used for `git add`. For example `composer.*` | no | . |
| skip_git_hooks | Skip any git hooks that get installed as part of the GitHub Action e.g. during composer install or update. | no | false |
| packagist_url | Base URL of the Private Packagist instance that dispatches this action. Webhook URLs in the payload must be under this prefix. Requests to any other host are refused. Override this for Self-Hosted installations. | no | https://packagist.com |
Outputs
no outputs