owenvoke / gha-interactions
A package for helper methods to interact with GitHub Actions
Fund package maintenance!
owenvoke
ecologi.com/owenvoke?gift-trees
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- pestphp/pest: ^1.0
- phpstan/phpstan: ^0.12.71
- symfony/var-dumper: ^5.1
README
A package for helper methods to interact with GitHub Actions in console commands
Install
Via Composer
$ composer require owenvoke/gha-interactions
Usage
In your Laravel Zero command:
<?php namespace App\Commands; use LaravelZero\Framework\Commands\Command; use OwenVoke\GHAInteractions\Concerns\InteractsWithGitHubActionsAnnotations; class MyCommand extends Command { use InteractsWithGitHubActionsAnnotations; protected $signature = 'test'; public function handle() { // Add a debug message to the GitHub Actions log output $this->addGitHubActionsDebugMessage('Debug'); // Add an error message to the GitHub Actions log output $this->addGitHubActionsErrorMessage('Error!'); // Add a warning message to the GitHub Actions log output $this->addGitHubActionsWarningMessage('Warning!'); // Add a group of messages to the GitHub Actions log output $this->addGitHubActionsGroupedLogMessage('Group Title', ['Message 1', 'Message 2']); // Add an output parameter to the GitHub Actions log output $this->addGitHubActionsOutputParameter('output_param', 'output_value'); } }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Treeware
You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees here.
Read more about Treeware at treeware.earth.