pierreminiggio/github-action-runs-lister

There is no license information available for the latest version (4.0.0) of this package.

4.0.0 2022-05-29 20:01 UTC

This package is auto-updated.

Last update: 2024-05-29 05:02:25 UTC


README

Install using composer :

composer require pierreminiggio/github-action-runs-lister
use PierreMiniggio\GithubActionRunsLister\GithubActionRunsLister;

require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';

$lister = new GithubActionRunsLister();
$list = $lister->list(
    'pierreminiggio',
    'remotion-test-github-action',
    'render-video.yml'
);

var_dump($list);