Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 393 Bytes

File metadata and controls

21 lines (17 loc) · 393 Bytes

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