Skip to content

Commit

Permalink
Update first-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin authored Feb 21, 2024
1 parent ae1a411 commit 79fe238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Printing greeting
run: echo "Hello world"
run: |
echo "first"
echo "second"
- name: Printing goodbye
run: echo "goodbye"

0 comments on commit 79fe238

Please sign in to comment.