From b86b89bbe9225203cf0e8ce7adc1caf7f99dcbf3 Mon Sep 17 00:00:00 2001 From: z-utsav Date: Thu, 2 Jul 2026 15:44:52 +0530 Subject: [PATCH 1/7] Update 03-core-features--01-hello-world.yaml --- .github/workflows/03-core-features--01-hello-world.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/03-core-features--01-hello-world.yaml b/.github/workflows/03-core-features--01-hello-world.yaml index b358d3af..4098d375 100644 --- a/.github/workflows/03-core-features--01-hello-world.yaml +++ b/.github/workflows/03-core-features--01-hello-world.yaml @@ -7,4 +7,5 @@ jobs: say-hello-inline-bash: runs-on: ubuntu-24.04 steps: + - name: Print Hello - run: echo "Hello from an inline bash script in a GitHub Action Workflow!" From baecfa35f434ed71871cec7d9090dbedf775d95d Mon Sep 17 00:00:00 2001 From: z-utsav Date: Thu, 2 Jul 2026 15:53:35 +0530 Subject: [PATCH 2/7] Update 03-core-features--01-hello-world.yaml --- .github/workflows/03-core-features--01-hello-world.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/03-core-features--01-hello-world.yaml b/.github/workflows/03-core-features--01-hello-world.yaml index 4098d375..68804191 100644 --- a/.github/workflows/03-core-features--01-hello-world.yaml +++ b/.github/workflows/03-core-features--01-hello-world.yaml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Print Hello - - run: echo "Hello from an inline bash script in a GitHub Action Workflow!" + run: echo "Hello from an inline bash script in a GitHub Action Workflow!" From 553f82c094eee1940525316cc374880aa59c6cf7 Mon Sep 17 00:00:00 2001 From: z-utsav Date: Thu, 2 Jul 2026 16:15:21 +0530 Subject: [PATCH 3/7] Update 03-core-features--01-hello-world.yaml --- .../03-core-features--01-hello-world.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/03-core-features--01-hello-world.yaml b/.github/workflows/03-core-features--01-hello-world.yaml index 68804191..9d2aab75 100644 --- a/.github/workflows/03-core-features--01-hello-world.yaml +++ b/.github/workflows/03-core-features--01-hello-world.yaml @@ -9,3 +9,18 @@ jobs: steps: - name: Print Hello run: echo "Hello from an inline bash script in a GitHub Action Workflow!" + + say-hello-inline-python: + runs-on: ubuntu-24.04 + steps: + - name: Print Hello Python + run: print("Hello from a n inline python script in a GitHub Action Workflow!") + shell: python + + git-action-hello: + runs-on: ubuntu-22.04 + steps: + - name: using Action + uses: actions/hello-world-javascript-action@081a6d193d1dcb38460df1e6927486d748730f9d + with: + who-to-greet: "here is the greeting ! <------" From 5c6ac2c39282494899d0ffa051291723ae0f061d Mon Sep 17 00:00:00 2001 From: Utsavrawat02 Date: Thu, 2 Jul 2026 12:40:25 +0000 Subject: [PATCH 4/7] Test GitHub Actions --- dummy.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 dummy.txt diff --git a/dummy.txt b/dummy.txt new file mode 100644 index 00000000..5520b68f --- /dev/null +++ b/dummy.txt @@ -0,0 +1 @@ +Testing GitHub Actions From 8993acbc5b2954f3abebce79a5305c2ae06771cd Mon Sep 17 00:00:00 2001 From: Utsavrawat02 Date: Fri, 3 Jul 2026 05:51:59 +0000 Subject: [PATCH 5/7] edit dummy.txt --- dummy.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dummy.txt b/dummy.txt index 5520b68f..a869e41c 100644 --- a/dummy.txt +++ b/dummy.txt @@ -1 +1,2 @@ Testing GitHub Actions +this is a second testing line \ No newline at end of file From 5650accc4f469bd8ac0bb973f14508c1242ac1de Mon Sep 17 00:00:00 2001 From: Utsavrawat02 Date: Fri, 3 Jul 2026 06:15:42 +0000 Subject: [PATCH 6/7] edited the o3-core-features/filters/excluded-file.txt --- 03-core-features/filters/excluded-file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..cc1b015a 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +this is to check if this trigger the path filter \ No newline at end of file From 40f288a4c1e62612526e3bebf74dfbc3147d4609 Mon Sep 17 00:00:00 2001 From: Utsavrawat02 Date: Fri, 3 Jul 2026 06:21:21 +0000 Subject: [PATCH 7/7] edited included-file.md --- 03-core-features/filters/included-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..1f7665ec 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +this to check if the trigger will work please work! \ No newline at end of file