From 9985a2c84ab9fc42a9ffb6d2fc2f94571c01268b Mon Sep 17 00:00:00 2001 From: likith-learnings Date: Mon, 23 Mar 2026 08:21:33 +0530 Subject: [PATCH 1/2] added . to description --- 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..d2720c7e 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -7,7 +7,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 +# Please provide your github token and rest api to the script as input. # # ################################ From 896f5a6bacb388682ce74eb0b95bafc4e48119d0 Mon Sep 17 00:00:00 2001 From: Likith-sai Date: Tue, 24 Mar 2026 08:06:41 +0530 Subject: [PATCH 2/2] Add shebang and echo statement to rebase.sh --- rebase.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rebase.sh diff --git a/rebase.sh b/rebase.sh new file mode 100644 index 00000000..ca386f08 --- /dev/null +++ b/rebase.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Rebase"