Skip to content

Commit

Permalink
Merge pull request #2 from hahlawat/github-action-workflow
Browse files Browse the repository at this point in the history
add hello world workflow
  • Loading branch information
riprasad authored Jan 24, 2022
2 parents aa73e5e + 60a7f9e commit b8e1139
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hello-world.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Hello world
on: workflow_dispatch
jobs:
print-hello-world:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"

0 comments on commit b8e1139

Please sign in to comment.