Add cwd option (#15)
* Add cwd option * Commit dist files * Debugging * Remove modules * Update docs * Remove debugging command * Minor formatting change
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
cd $INPUT_CWD
|
||||
echo "Running in $PWD."
|
||||
|
||||
# Set up .netrc file with GitHub credentials
|
||||
git_setup() {
|
||||
cat <<- EOF > $HOME/.netrc
|
||||
|
||||
Reference in New Issue
Block a user