Skip to content

Commit d11ccd1

Browse files
committed
Add commetn to index.js
I don't have so much experience in writing node-js scripts. It makes sense, to point out where most of the code in index.js is coming from.
1 parent a156a10 commit d11ccd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* Most of this code has been copied from the following GitHub Action
3+
* to make it simpler or not necessary to install a lot of
4+
* JavaScript packages to execute a shell script.
5+
*
6+
* https://github.com/ad-m/github-push-action/blob/fe38f0a751bf9149f0270cc1fe20bf9156854365/start.js
7+
*/
8+
19
const spawn = require('child_process').spawn;
210
const path = require("path");
311

0 commit comments

Comments
 (0)