Date: Wed, 27 Mar 2024 13:55:02 +0530
Subject: [PATCH 01/23] changes done
---
.github/workflows/youtube.yaml | 2 +-
package.json | 2 +-
src/App.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/youtube.yaml b/.github/workflows/youtube.yaml
index 884b9ff..63e02a6 100644
--- a/.github/workflows/youtube.yaml
+++ b/.github/workflows/youtube.yaml
@@ -17,4 +17,4 @@ jobs:
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "YOUTUBE"
- feed_list: https://www.youtube.com/feeds/videos.xml?channel_id=UC8NDpwTbsFSeP7dkbl4hKeQ
+ feed_list: https://www.youtube.com/feeds/videos.xml?channel_id=UCX-YG3i-PgGHHToD7b2kCvg
diff --git a/package.json b/package.json
index da728a6..208441c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "github-actions-crash-course",
"version": "0.1.0",
"private": true,
- "homepage": "https://devopspro.github.io/github-actions-crash-course",
+ "homepage": "https://github.com/ganeshsnp987/github-actions-crash-course.git",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
diff --git a/src/App.js b/src/App.js
index a39f77c..8f7da86 100644
--- a/src/App.js
+++ b/src/App.js
@@ -8,7 +8,7 @@ function App() {
{process.env.REACT_APP_WELCOME_TEXT || "Github Actions Tutorial"} - By
- DevOps Pro
+ DevOps_Pro Ganesh sanap !!
Date: Wed, 27 Mar 2024 08:26:02 +0000
Subject: [PATCH 02/23] Updated with the latest blog posts
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 1cc71b3..8ea5f99 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,7 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
-- [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs)
-- [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs)
-- [Terraform Local Values Explained | Locals in Terraform | Terraform Tutorials in Hindi](https://www.youtube.com/watch?v=ldK_98oPjMc)
-- [WordPress Deployment on AWS EC2 and RDS | Step-by-Step Guide for Two-Tier Environment | DevOps Pro](https://www.youtube.com/watch?v=R04upb-Uac4)
-- [GitHub Actions Crash Course for beginners with Projects | GitHub Action Tutorial in Hindi](https://www.youtube.com/watch?v=bSBaAspgmhU)
+- [Mastering DevOps Essential Skills Unveiled](https://www.youtube.com/watch?v=hiULj9ulj-E)
## Available Scripts
From 2c144d259f893aa8e9390f035157aa4c0b02e489 Mon Sep 17 00:00:00 2001
From: ganesh
Date: Wed, 27 Mar 2024 14:02:03 +0530
Subject: [PATCH 03/23] added code
---
src/App.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.js b/src/App.js
index 8f7da86..6c55dcb 100644
--- a/src/App.js
+++ b/src/App.js
@@ -12,7 +12,7 @@ function App() {