Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiben10 authored Mar 25, 2024
1 parent 38d01b3 commit 3e01012
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: First step
run: echo "Hello"
run: |
echo "Hello"
echo "world"
- name: second step
run: echo "Done"

0 comments on commit 3e01012

Please sign in to comment.