Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 363 Bytes

Planetscale Deploy Request Github Action

This action creates a deploy request on Planetscale

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-docker-action@master
with:
  who-to-greet: 'Mona the Octocat'