Skip to content

Commit 867b273

Browse files
workflow initial
1 parent aaffcd9 commit 867b273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Hello World
22

33
on:
4-
workflow_dispatch:
4+
workflow_dispatch: # this is github event that trigger the jobs
55

66
jobs:
7-
say-hello-inline-bash:
7+
say-hello-inline-bash: # this is a job that runs an inline bash script
88
runs-on: ubuntu-24.04
99
steps:
1010
- run: echo "Hello from an inline bash script in a GitHub Action Workflow!"

0 commit comments

Comments
 (0)