bakerkretzmar / laravel-deploy-preview

A GitHub Action to deploy PR preview sites for Laravel apps.
MIT License
19 stars 6 forks source link

Add action outputs for site id and url #30

Closed TzviPM closed 10 months ago

TzviPM commented 10 months ago

This PR adds support for github action outputs.

I think this is a decent workaround for sites that have more complex requirements to make use of other github actions in a workflow / pipeline.

Closes #31

bakerkretzmar commented 10 months ago

Great idea, thanks!