Skip to content

A template to demonstrate how to build a Python action

License

Notifications You must be signed in to change notification settings

actions-python/hello-world-python-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello world Python action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log. This action is built with actions-python/toolkit.

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-python/hello-world-python-action@main
with:
  who-to-greet: 'Mona the Octocat'

About

A template to demonstrate how to build a Python action

Resources

License

Stars

Watchers

Forks

Packages

No packages published