From c267878f921493b2049820088e34c2c6b150b730 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:44:14 +0530 Subject: [PATCH 01/15] Update File --- File | 1 + 1 file changed, 1 insertion(+) diff --git a/File b/File index d95c77d..687d384 100644 --- a/File +++ b/File @@ -1,2 +1,3 @@ casdc cce +test From a1a9a18887c700e390106b52c70a17665463109d Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 3 Dec 2020 12:12:50 +0530 Subject: [PATCH 02/15] Update File --- File | 1 + 1 file changed, 1 insertion(+) diff --git a/File b/File index 687d384..d19a1df 100644 --- a/File +++ b/File @@ -1,3 +1,4 @@ casdc cce test +hgj From 09447b42d3480e711ede53f9aa39f981e90163c7 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 10:53:57 +0530 Subject: [PATCH 03/15] Update File --- File | 1 + 1 file changed, 1 insertion(+) diff --git a/File b/File index d19a1df..a47f071 100644 --- a/File +++ b/File @@ -2,3 +2,4 @@ casdc cce test hgj +adfasf From 76d74dca141ba17d802598d1241d9cb8fbc3fd4b Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:04:34 +0530 Subject: [PATCH 04/15] Create blank_pass3.yml --- .github/workflows/blank_pass3.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_pass3.yml diff --git a/.github/workflows/blank_pass3.yml b/.github/workflows/blank_pass3.yml new file mode 100644 index 0000000..d6783e2 --- /dev/null +++ b/.github/workflows/blank_pass3.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # 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 51d2545696764e5368781c66e0ff35a8ce21cebd Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:04:52 +0530 Subject: [PATCH 05/15] Create blank_pass4.yml --- .github/workflows/blank_pass4.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_pass4.yml diff --git a/.github/workflows/blank_pass4.yml b/.github/workflows/blank_pass4.yml new file mode 100644 index 0000000..d6783e2 --- /dev/null +++ b/.github/workflows/blank_pass4.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # 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 6ac2a0ecfbd7e996b9128151aee33378c232e270 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:05:10 +0530 Subject: [PATCH 06/15] Create blank_pass5.yml --- .github/workflows/blank_pass5.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_pass5.yml diff --git a/.github/workflows/blank_pass5.yml b/.github/workflows/blank_pass5.yml new file mode 100644 index 0000000..d6783e2 --- /dev/null +++ b/.github/workflows/blank_pass5.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # 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 6d8cad722d2c93e7bfbbde596676532569dc1ab5 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:05:45 +0530 Subject: [PATCH 07/15] Create blank_fail3.yml --- .github/workflows/blank_fail3.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_fail3.yml diff --git a/.github/workflows/blank_fail3.yml b/.github/workflows/blank_fail3.yml new file mode 100644 index 0000000..e59ad98 --- /dev/null +++ b/.github/workflows/blank_fail3.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: fail + + # 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 ff0d5c862e7f2a92a71d13028caf642d193a0bc9 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:06:04 +0530 Subject: [PATCH 08/15] Create blank_fail4.yml --- .github/workflows/blank_fail4.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_fail4.yml diff --git a/.github/workflows/blank_fail4.yml b/.github/workflows/blank_fail4.yml new file mode 100644 index 0000000..e59ad98 --- /dev/null +++ b/.github/workflows/blank_fail4.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: fail + + # 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 a63439ccefe10bb5770e8e07a0a3afab582111bf Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:06:37 +0530 Subject: [PATCH 09/15] Create blank_pass6yml --- .github/workflows/blank_pass6yml | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_pass6yml diff --git a/.github/workflows/blank_pass6yml b/.github/workflows/blank_pass6yml new file mode 100644 index 0000000..d6783e2 --- /dev/null +++ b/.github/workflows/blank_pass6yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # 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 5e433297537f61ab1e293de91446a3866707862b Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:06:59 +0530 Subject: [PATCH 10/15] Create blank_pass7.yml --- .github/workflows/blank_pass7.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank_pass7.yml diff --git a/.github/workflows/blank_pass7.yml b/.github/workflows/blank_pass7.yml new file mode 100644 index 0000000..d6783e2 --- /dev/null +++ b/.github/workflows/blank_pass7.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# 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@v2 + + # 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 70b41688f6027d855ffd5ec03ba28e39b28e9fe4 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:07:09 +0530 Subject: [PATCH 11/15] Rename blank_pass6yml to blank_pass6.yml --- .github/workflows/{blank_pass6yml => blank_pass6.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{blank_pass6yml => blank_pass6.yml} (100%) diff --git a/.github/workflows/blank_pass6yml b/.github/workflows/blank_pass6.yml similarity index 100% rename from .github/workflows/blank_pass6yml rename to .github/workflows/blank_pass6.yml From 9ffcec8813aa4174f1cfd748eb0b1eb4e2af08f2 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Tue, 27 Apr 2021 14:32:50 +0530 Subject: [PATCH 12/15] Update File --- File | 1 + 1 file changed, 1 insertion(+) diff --git a/File b/File index a47f071..d354477 100644 --- a/File +++ b/File @@ -3,3 +3,4 @@ cce test hgj adfasf +adsfaf From 5b8ce317b4491cd419f3e4101700843524ede83f Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 13 May 2021 14:41:23 +0530 Subject: [PATCH 13/15] Update File --- File | 1 + 1 file changed, 1 insertion(+) diff --git a/File b/File index a47f071..ad90f72 100644 --- a/File +++ b/File @@ -3,3 +3,4 @@ cce test hgj adfasf +testafdf From 4f42acdebcad92b540188cbc248de32022a53ad3 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Thu, 13 May 2021 21:26:28 +0530 Subject: [PATCH 14/15] Update File --- File | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File b/File index c6f3afe..898cb2d 100644 --- a/File +++ b/File @@ -2,4 +2,4 @@ casdc cce test hgj - +wish luck testing in staging From 069ade09d3ab2fd8bad6af26ae49f6e484e0ded3 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Fri, 14 May 2021 17:16:40 +0530 Subject: [PATCH 15/15] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1e6875 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Mix