pierreminiggio / github-action-artifact-downloader
There is no license information available for the latest version (2.0.0) of this package.
2.0.0
2022-05-29 20:09 UTC
Requires
- php: >=7.4.0
- pierreminiggio/github-user-agent: ^2.0
README
Install using 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);