diff --git a/file1 b/file1 new file mode 100644 index 00000000..ea450f95 --- /dev/null +++ b/file1 @@ -0,0 +1 @@ +New file diff --git a/file2 b/file2 new file mode 100644 index 00000000..cba16cc6 --- /dev/null +++ b/file2 @@ -0,0 +1 @@ +Another new file diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..8280decc 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -17,7 +17,7 @@ if [ ${#@} -lt 2 ]; then exit 1; fi -GITHUB_TOKEN=$1 +GITHUB_TOKEN=$5 GITHUB_API_REST=$2 GITHUB_API_HEADER_ACCEPT="Accept: application/vnd.github.v3+json" diff --git a/main.py b/main.py new file mode 100644 index 00000000..8ee9bae1 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +import main diff --git a/merge.py b/merge.py new file mode 100644 index 00000000..876127e8 --- /dev/null +++ b/merge.py @@ -0,0 +1 @@ +import merge