Closed jonathan-sh closed 5 years ago
node index.js -y do not require user response node index.js require user response
node index.js -y
node index.js
We can use this to invoke by continuous integration, like github actions.
I'm run: node index.js -y node index.js
Both answered me a meme :)
I'm added the [-y] option in main workflow. (github action)
node index.js -y
do not require user responsenode index.js
require user responseDescription
We can use this to invoke by continuous integration, like github actions.
Steps to Test
I'm run:
node index.js -y
node index.js
Both answered me a meme :)
Screenshots
Deploy Notes
I'm added the [-y] option in main workflow. (github action)
Checklist