From b5ece053a5ece23efea577f25a7c48038e8b16a8 Mon Sep 17 00:00:00 2001 From: Rishi Kumar B Date: Wed, 1 Apr 2026 00:41:11 +0530 Subject: [PATCH] First workflow run --- .../workflows/03-core-features--01-hello-world.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/03-core-features--01-hello-world.yaml b/.github/workflows/03-core-features--01-hello-world.yaml index b358d3af..867006b3 100644 --- a/.github/workflows/03-core-features--01-hello-world.yaml +++ b/.github/workflows/03-core-features--01-hello-world.yaml @@ -1,10 +1,11 @@ -name: Hello World +name: First action by Jesus -on: - workflow_dispatch: +on: workflow_dispatch jobs: - say-hello-inline-bash: - runs-on: ubuntu-24.04 + jesus_help: + name: Jesus help + runs-on: ubuntu-latest steps: - - run: echo "Hello from an inline bash script in a GitHub Action Workflow!" + - name: Running first script + run: echo "Hello World, this is my first action by Jesus"