shawnbot / node-debug-action

Debug your Node/npm setup in the GitHub Actions environment

Repository from Github https://github.comshawnbot/node-debug-actionRepository from Github https://github.comshawnbot/node-debug-action

node-debug-action

Debug your Node/npm setup in the GitHub Actions environment.

Usage

workflow "debug on push" {
  on = "push"
  resolves = "debug"
}

action "debug" {
  uses = "shawnbot/node-debug-action@master"
  args = "hello, world!"
}

About

Debug your Node/npm setup in the GitHub Actions environment

License:MIT License


Languages

Language:HCL 45.5%Language:Dockerfile 33.0%Language:Shell 21.4%