Skip to content

Latest commit

 

History

History

hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hello-world hello-world

This is a template of TypeScript Action.

Getting Started

To run this action:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: int128/typescript-actions-monorepo/hello-world@v1
        with:
          name: hello

Inputs

Name Required Default Description
name true - example input

Outputs

Name Description
example example output