Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
eebf427
changes done
ganesh77777 Mar 27, 2024
f8a99eb
Updated with the latest blog posts
Mar 27, 2024
2c144d2
added code
ganesh77777 Mar 27, 2024
9226606
Merge branch 'main' of https://github.com/ganeshsnp987/github-actions…
ganesh77777 Mar 27, 2024
c069aca
added
ganesh77777 Mar 27, 2024
090ddb5
added
ganesh77777 Mar 27, 2024
051de20
added new code
ganesh77777 Mar 27, 2024
9374e46
action pipeline added
ganesh77777 Mar 27, 2024
c1edd49
added
ganesh77777 Mar 27, 2024
46c2a10
removed action
ganesh77777 Mar 27, 2024
c14fc41
Create SECURITY.md
ganeshsnp987 Mar 27, 2024
81ccdaa
dummy commit to keep the repository active, see https://git.io/Jtm4V
May 16, 2024
2656288
dummy commit to keep the repository active, see https://git.io/Jtm4V
Jul 5, 2024
ccc8f79
dummy commit to keep the repository active, see https://git.io/Jtm4V
Aug 24, 2024
1b25d86
dummy commit to keep the repository active, see https://git.io/Jtm4V
Oct 13, 2024
edb9d55
dummy commit to keep the repository active, see https://git.io/Jtm4V
Dec 2, 2024
c092c58
dummy commit to keep the repository active, see https://git.io/Jtm4V
Jan 21, 2025
acf2389
dummy commit to keep the repository active, see https://git.io/Jtm4V
Mar 12, 2025
23273da
dummy commit to keep the repository active, see https://git.io/Jtm4V
May 1, 2025
7cd8b53
dummy commit to keep the repository active, see https://git.io/Jtm4V
Jun 20, 2025
f96311e
dummy commit to keep the repository active, see https://git.io/Jtm4V
Aug 9, 2025
d6fc0c2
dummy commit to keep the repository active, see https://git.io/Jtm4V
Sep 28, 2025
ff60e7a
dummy commit to keep the repository active, see https://git.io/Jtm4V
Nov 17, 2025
fd4794a
dummy commit to keep the repository active, see https://git.io/Jtm4V
Jan 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/youtube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

<!-- YOUTUBE:START -->
- [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)
<!-- YOUTUBE:END -->

## Available Scripts
Expand Down
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://ganeshsnp987.github.io/github-actions-crash-course",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ function App() {
<img src={logo} className="App-logo" alt="logo" />
<p>
{process.env.REACT_APP_WELCOME_TEXT || "Github Actions Tutorial"} - By
DevOps Pro
DevOps_Pro Ganesh sanap !!!
</p>
<a
className="App-link"
href="https://youtube.com/@DevOpsPro"
href="https://www.youtube.com/channel/UCX-YG3i-PgGHHToD7b2kCvg"
target="_blank"
rel="noopener noreferrer"
>
Expand Down