Skip to content

Commit

Permalink
Create fisrt-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rithin-QB authored May 29, 2024
0 parents commit 672c5ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/fisrt-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: First Workflow
on: workflow_dispatch
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: print greeting
run: echo "Hellow World"
- name: print goodbye
run: echo "Done - Bye!"

0 comments on commit 672c5ee

Please sign in to comment.