From 07dd932f3e351c81c20e7fc4dba813eb86786eef Mon Sep 17 00:00:00 2001 From: SanthosVarahal Date: Sat, 11 Apr 2026 05:54:14 +0530 Subject: [PATCH 01/12] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 00000000..01502b13 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From f2bde165605f5a99d866852f738ac10dd0d9757c Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 12:07:57 +0000 Subject: [PATCH 02/12] chore: updateddescription --- github-api-integration-module.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..a97db0dd 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -10,6 +10,8 @@ # Please provide your github token and rest api to the script as input # # +# +# ################################ if [ ${#@} -lt 2 ]; then From 1ad3fe4f6151fc58f720f9b74f5a69254ea0fa4d Mon Sep 17 00:00:00 2001 From: SanthosVarahal Date: Fri, 8 May 2026 17:53:09 +0530 Subject: [PATCH 03/12] Update blank.yml --- .github/workflows/blank.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 01502b13..79798bc9 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -34,3 +34,7 @@ jobs: run: | echo Add other actions to build, echo test, and deploy your project. + + + + From ad2df71899f1304d2458dbccd089ee9216b436fa Mon Sep 17 00:00:00 2001 From: SanthosVarahal Date: Fri, 8 May 2026 17:56:43 +0530 Subject: [PATCH 04/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..242657a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for reference. From a9fc2a2b816881e356fe48e75c2175ee3edc581d Mon Sep 17 00:00:00 2001 From: SanthosVarahal Date: Fri, 8 May 2026 18:03:05 +0530 Subject: [PATCH 05/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242657a9..af69ee0c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts for reference. +Schell Scripts for reference and practice. From 0094a8f69847df48b7c9d322adabf61103b758bf Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:01:44 +0000 Subject: [PATCH 06/12] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242657a9..54446058 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts for reference. +Schell Scripts for reference and practice and session From 45db36ee6c2eb256942f89738268f9297fb165a6 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:23:35 +0000 Subject: [PATCH 07/12] chore: updated readme file in feature branch --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54446058..f8894be0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Shell -Schell Scripts for reference and practice and session + +Shell Scripts for reference and practice sessions. From 13b6ecf8dd42ccbb02d43af06050de81f1457db9 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:26:09 +0000 Subject: [PATCH 08/12] chore: added extra line in readme.md file in main branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8894be0..f36bb01a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Shell -Shell Scripts for reference and practice sessions. +Shell Scripts for reference and practice sessions + +. From 298e44501d866e0f01e24a1c15fecaf88867dea5 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:27:34 +0000 Subject: [PATCH 09/12] chore: removed . in readme.md file in feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8894be0..5f5f696f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Shell -Shell Scripts for reference and practice sessions. +Shell Scripts for reference and practice sessions From 96ced152ccf1da735200198b9aa4ff4dc4f1c67a Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:37:10 +0000 Subject: [PATCH 10/12] chore added . in readme.md in main branch --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1367c2c6..9c3a092a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Shell -Shell Scripts for reference and practice sessions +Shell Scripts for reference and practice sessions. -. ->>>>>>> main From ed808c61e8484a1d7d7ad49d0c7013dfe8589097 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:41:44 +0000 Subject: [PATCH 11/12] chore: no . in readme file main --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1367c2c6..5f5f696f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ # Shell Shell Scripts for reference and practice sessions - -. ->>>>>>> main From e1befcac95d4959ecb267f398cf9707a121afe05 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 May 2026 13:59:56 +0000 Subject: [PATCH 12/12] chore: removed the spcaes in README.md file. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9c3a092a..f8894be0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # Shell Shell Scripts for reference and practice sessions. -