Files
2023-06-23 16:23:00 +02:00

523 B

GitHub repository statistics

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

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/github-repository-stats-action
with:
  who-to-greet: 'Bob de Bouwer'

License

See the LICENSE file for license rights and limitations.

Author