Skip to content

nviriyadamrongkij/skills-write-javascript-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write JavaScript Actions

Basic Usage

See action.yml.

steps:
  - id: joke
    name: My Joke Action
    uses: nviriyadamrongkij/skills-write-javascript-actions@v2

  - run: echo "${{ steps.joke.outputs.joke }}"