pierreminiggio / github-action-artifact-downloader
Installs: 109
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pierreminiggio/github-action-artifact-downloader
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);