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.
This commit is contained in:
Stefan Zweifel 2020-02-23 10:45:28 +01:00
parent a156a1072e
commit d11ccd183d
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/**
* Most of this code has been copied from the following GitHub Action
* to make it simpler or not necessary to install a lot of
* JavaScript packages to execute a shell script.
*
* https://github.com/ad-m/github-push-action/blob/fe38f0a751bf9149f0270cc1fe20bf9156854365/start.js
*/
const spawn = require('child_process').spawn;
const path = require("path");