Debug your Node/npm setup in the GitHub Actions environment.
workflow "debug on push" {
on = "push"
resolves = "debug"
}
action "debug" {
uses = "shawnbot/node-debug-action@master"
args = "hello, world!"
}Debug your Node/npm setup in the GitHub Actions environment
Repository from Github https://github.comshawnbot/node-debug-action
Debug your Node/npm setup in the GitHub Actions environment.
workflow "debug on push" {
on = "push"
resolves = "debug"
}
action "debug" {
uses = "shawnbot/node-debug-action@master"
args = "hello, world!"
}Debug your Node/npm setup in the GitHub Actions environment
MIT License