pierreminiggio / github-action-run-deleter
There is no license information available for the latest version (1.0.0) of this package.
Package info
github.com/pierreminiggio/php-github-action-run-deleter
pkg:composer/pierreminiggio/github-action-run-deleter
1.0.0
2026-06-20 08:55 UTC
Requires
- php: >=7.4.0
- pierreminiggio/github-user-agent: ^2.0
README
Install using composer :
composer require pierreminiggio/github-action-run-deleter
use PierreMiniggio\GithubActionRunDeleter\GithubActionRunDeleter; require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; $deleter = new GithubActionRunDeleter(); $deleter->delete( 'token', 'pierreminiggio', 'remotion-test-github-action', 1234567890 );
Deleting a run also deletes its logs and artifacts on Github's side (see Github's docs), so there's no need to delete artifacts separately.