From 803961601f98cda42735defdc9fcb93b0c9d155a Mon Sep 17 00:00:00 2001 From: ZulfiiaDitto Date: Mon, 30 Mar 2026 20:51:23 -0500 Subject: [PATCH] eddit the hello action --- .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 b358d3af..ad68035b 100644 --- a/.github/workflows/03-core-features--01-hello-world.yaml +++ b/.github/workflows/03-core-features--01-hello-world.yaml @@ -7,4 +7,4 @@ 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 GitHub Action Workflow!"