From 5c0aa661b98c2573ed8b45bf69f26ac7f073d5ee Mon Sep 17 00:00:00 2001 From: Anu23rb <156705480+Anu23rb@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:04:47 -0600 Subject: [PATCH 1/2] updated step two --- .github/workflows/03-core-features--02-step-types.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/03-core-features--02-step-types.yaml b/.github/workflows/03-core-features--02-step-types.yaml index 8abea6b1..aa1c2e1c 100644 --- a/.github/workflows/03-core-features--02-step-types.yaml +++ b/.github/workflows/03-core-features--02-step-types.yaml @@ -7,7 +7,7 @@ jobs: say-hello-inline-bash: runs-on: ubuntu-24.04 steps: - - 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 !" say-hello-inline-python: runs-on: ubuntu-24.04 From c447257e51668b9a62b13c5c0eb725b567786f21 Mon Sep 17 00:00:00 2001 From: Anu23rb <156705480+Anu23rb@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:36:13 -0600 Subject: [PATCH 2/2] message --- 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..9c8d7f48 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +"added text" \ No newline at end of file