From 6032249545edb9694f11f29e51b0610c311fd1a4 Mon Sep 17 00:00:00 2001 From: omarsabra <68020269+the-sabra@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:00:32 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04b95f0..4358746 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,13 +9,13 @@ jobs: steps: - uses: actions/checkout@v2 - name: test - run: echo "welcome" + run: echo "welcome 2" shell: bash goodbye: runs-on: ubuntu-latest steps: - name: goodbye world - run: echo "GoodBye World" + run: echo "Goodbye World" shell: bash - \ No newline at end of file +