赵民吉奥/github-action-artifact-downloader

该包最新版本(2.0.0)没有提供许可证信息。

2.0.0 2022-05-29 20:09 UTC

This package is auto-updated.

Last update: 2024-09-29 06:02:58 UTC


README

使用composer安装

composer require pierreminiggio/github-action-artifact-downloader
use PierreMiniggio\GithubActionArtifactDownloader\GithubActionArtifactDownloader;

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

$downloader = new GithubActionArtifactDownloader();
$artifacts = $downloader->download(
    'token',
    'pierreminiggio',
    'remotion-test-github-action',
    56716993
);

var_dump($artifacts);