Skip to content

Commit

Permalink
chore(js): add comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WaterLemons2k committed May 2, 2023
1 parent 6ffd001 commit 34befdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// Execute the Shell script.
// https://github.com/actions-bash/node/blob/v1.0.1/index.js
require('child_process').spawn('bash',['./entrypoint.sh'],{stdio:'inherit'}).on('close',code=>process.exit(code));

0 comments on commit 34befdc

Please sign in to comment.