pierreminiggio / github-action-run-creator
此软件包最新版本(2.0.0)没有可用的许可证信息。
2.0.0
2022-05-29 20:05 UTC
Requires
- php: >=7.4.0
- pierreminiggio/github-user-agent: ^2.0
README
使用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' ] );