Skip to content
Open
Changes from all commits
Commits
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
13 changes: 7 additions & 6 deletions .github/workflows/03-core-features--01-hello-world.yaml
Original file line number Diff line number Diff line change
@@ -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"