Skip to content

hiberbee/template-typescript-github-action

Repository files navigation

Github Action NodeJS Template

Executes command with arguments

Example

name: Github Action example workflow
on: push
jobs:
  command:
    name: Exec command
    runs-on: ubuntu-latest
    steps:
      - name: NodeJS command
        uses: hiberbee/template-github-action-nodejs@master
        with:
          command: docker
          arguments: ps -a