Skip to content

Instantly share code, notes, and snippets.

@romanlab
Last active February 12, 2019 08:52
Show Gist options
  • Save romanlab/180777f37429d9f9f5e467db56505539 to your computer and use it in GitHub Desktop.
Save romanlab/180777f37429d9f9f5e467db56505539 to your computer and use it in GitHub Desktop.
entrypoint.sh file for node js GitHub action
#!/bin/sh -l
cd /
npm ci
node script.js $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment