From 79fe2385254c0958dbe33a2314e15e02b30c8c7a Mon Sep 17 00:00:00 2001 From: gavin-xin <107159894+gavin-xin@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:07:55 +0800 Subject: [PATCH] Update first-action.yml --- .github/workflows/first-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/first-action.yml b/.github/workflows/first-action.yml index f7c73fc..fa72e71 100644 --- a/.github/workflows/first-action.yml +++ b/.github/workflows/first-action.yml @@ -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"