diff --git a/.github/workflows/add-contributor.yml b/.github/workflows/add-contributor.yml
index 3b769fb9..207afa97 100644
--- a/.github/workflows/add-contributor.yml
+++ b/.github/workflows/add-contributor.yml
@@ -17,6 +17,5 @@ jobs:
- name: Update Contributors List
uses: akhilmhdh/contributors-readme-action@v2.3.10
- with:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/update-structure.yml b/.github/workflows/update-structure.yml
index 87febd73..b9cae48f 100644
--- a/.github/workflows/update-structure.yml
+++ b/.github/workflows/update-structure.yml
@@ -32,7 +32,7 @@ jobs:
- name: Commit and push if changed
run: |
- git config --global user.email "actions@users.noreply.github.com"
- git config --global user.name "README-bot"
- git add .
- git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)
\ No newline at end of file
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
+ git add .
+ git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)
diff --git a/README.md b/README.md
index 4e6807d5..637340c0 100644
--- a/README.md
+++ b/README.md
@@ -176,10 +176,10 @@ A heartfelt thank you to the following individuals for their valuable contributi
-
-
+
+
- Aradhya Yadav
+ Archisman Khanra
|
@@ -192,10 +192,17 @@ A heartfelt thank you to the following individuals for their valuable contributi
-
-
+
+
- Archisman Khanra
+ Tarun kumar
+
+ |
+
+
+
+
+ Aradhya Yadav
|
@@ -219,6 +226,8 @@ A heartfelt thank you to the following individuals for their valuable contributi
Abankita Behera
|
+
+
@@ -226,8 +235,6 @@ A heartfelt thank you to the following individuals for their valuable contributi
Abankita Behera
|
-
-
@@ -263,6 +270,8 @@ A heartfelt thank you to the following individuals for their valuable contributi
Ishika Gupta
|
+
+
@@ -270,8 +279,6 @@ A heartfelt thank you to the following individuals for their valuable contributi
Hritika Sharan
|
-
-
@@ -307,6 +314,8 @@ A heartfelt thank you to the following individuals for their valuable contributi
Poorvika
|
+
+
@@ -314,20 +323,18 @@ A heartfelt thank you to the following individuals for their valuable contributi
Swami Malode
|
-
-
-
-
+
+
- Ananya Ravikiran Vastare
+ sadafhukkeri
|
-
-
+
+
- Harshada Girase
+ dwivedishrey
|
@@ -338,28 +345,28 @@ A heartfelt thank you to the following individuals for their valuable contributi
|
-
-
+
+
- sadafhukkeri
+ Zorslay#17
|
-
-
+
+
- dwivedishrey
+ Ananya Ravikiran Vastare
|
+
+
-
-
+
+
- Tarun kumar
+ Harshada Girase
|
-
-
@@ -395,6 +402,8 @@ A heartfelt thank you to the following individuals for their valuable contributi
Krishnam Verma
|
+
+
@@ -402,8 +411,6 @@ A heartfelt thank you to the following individuals for their valuable contributi
Shrishti
|
-
-
@@ -418,13 +425,6 @@ A heartfelt thank you to the following individuals for their valuable contributi
Samarth Mishra
|
-
-
-
-
- Zorslay#17
-
- |
@@ -469,6 +469,13 @@ A heartfelt thank you to the following individuals for their valuable contributi
RahulScripted
|
+
+
+
+
+ Cyphrr_07
+
+ |
@@ -483,6 +490,8 @@ A heartfelt thank you to the following individuals for their valuable contributi
Antima Mishra
|
+
+
@@ -490,8 +499,6 @@ A heartfelt thank you to the following individuals for their valuable contributi
Ananya Gupta
|
-
-
diff --git a/project-structure.md b/project-structure.md
index 0c09d9a3..1badf4af 100644
--- a/project-structure.md
+++ b/project-structure.md
@@ -3,6 +3,9 @@
├── Code_of_Conduct.md
├── README.md
├── RatingStyle.css
+├── auth.css
+├── auth.html
+├── auth.js
├── book.html
├── boy.png
├── chatbot.gif
@@ -26,14 +29,9 @@
│ ├── logo2.png
│ └── new-york-page.png
├── index.html
-├── login.css
-├── login.html
-├── login.js
├── project-structure.md
├── project_structure.txt
├── script.js
-├── signUp.css
-├── signUp.html
├── star-rating.js
└── style.css
```
diff --git a/project_structure.txt b/project_structure.txt
index aa4aa30d..b57663cf 100644
--- a/project_structure.txt
+++ b/project_structure.txt
@@ -1,6 +1,9 @@
├── Code_of_Conduct.md
├── README.md
├── RatingStyle.css
+├── auth.css
+├── auth.html
+├── auth.js
├── book.html
├── boy.png
├── chatbot.gif
@@ -24,13 +27,8 @@
│ ├── logo2.png
│ └── new-york-page.png
├── index.html
-├── login.css
-├── login.html
-├── login.js
├── project-structure.md
├── project_structure.txt
├── script.js
-├── signUp.css
-├── signUp.html
├── star-rating.js
└── style.css
\ No newline at end of file
|