From cdcdf8730a6d62c81a2b68c3d207df8335bfc3c4 Mon Sep 17 00:00:00 2001 From: Nishmitha Kini Date: Thu, 18 Jun 2026 17:58:02 +0200 Subject: [PATCH 1/5] changes are saved --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..b02a3b9e 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -8,7 +8,7 @@ # This script will help users to communicate and retrieve information from GitHub # Usage: # Please provide your github token and rest api to the script as input -# +#hello # ################################ From 26c0d3debf08292e46e0566156e4dfb3cdb94ceb Mon Sep 17 00:00:00 2001 From: nishmithagkini26 Date: Thu, 18 Jun 2026 21:33:31 +0200 Subject: [PATCH 2/5] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..97544745 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts ; this is me dummy From f9a83f1268bd7d1f2ec93c8cbcda45e368c9f956 Mon Sep 17 00:00:00 2001 From: nishmithagkini26 Date: Thu, 18 Jun 2026 22:25:11 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97544745..a101ab8b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts ; this is me dummy +Schell Scripts ; this is me dummy; hello pride From 7502cc5c360fa6e6361fedac9847fa81072e3471 Mon Sep 17 00:00:00 2001 From: nishmithagkini26 Date: Mon, 22 Jun 2026 15:56:40 +0200 Subject: [PATCH 4/5] Add output message to output.txt --- output.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 output.txt diff --git a/output.txt b/output.txt new file mode 100644 index 00000000..2c402eeb --- /dev/null +++ b/output.txt @@ -0,0 +1 @@ +printf("Output is"); From 3416d14535e7d3967e4bf39ac76f3f83c8e48cea Mon Sep 17 00:00:00 2001 From: nishmithagkini26 Date: Wed, 24 Jun 2026 18:59:36 +0200 Subject: [PATCH 5/5] Change GITHUB_TOKEN argument from $1 to $7 --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index b02a3b9e..d713a790 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=$7 GITHUB_API_REST=$2 GITHUB_API_HEADER_ACCEPT="Accept: application/vnd.github.v3+json"