pierreminiggio/github-action-run-detailer

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

Maintainers

Package info

github.com/pierreminiggio/php-github-action-run-detailer

pkg:composer/pierreminiggio/github-action-run-detailer

Statistics

Installs: 116

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.0 2022-05-29 20:11 UTC

This package is auto-updated.

Last update: 2026-03-01 00:14:43 UTC


README

Install using composer :

composer require pierreminiggio/github-action-run-detailer
use PierreMiniggio\GithubActionRunDetailer\GithubActionRunDetailer;

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

$detailer = new GithubActionRunDetailer();
$detail = $detailer->find(
    'pierreminiggio',
    'remotion-test-github-action',
    789704536
);

var_dump($detail);