pierreminiggio / github-action-run-creator
Installs: 113
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pierreminiggio/github-action-run-creator
Requires
- php: >=7.4.0
- pierreminiggio/github-user-agent: ^2.0
README
Install using composer :
composer require pierreminiggio/github-action-run-creator
use PierreMiniggio\GithubActionRunCreator\GithubActionRunCreator; require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; $creator = new GithubActionRunCreator(); $creator->create( 'token', 'pierreminiggio', 'remotion-test-github-action', 'render-video.yml', [ 'titleText' => 'Hello from PHP', 'titleColor' => 'orange' ] );