From 2623ed1825f49c28fbb534d5cc4f27216ff7cea9 Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sun, 14 Jul 2024 12:49:40 -0700 Subject: [PATCH] Fix more typos and add an echo --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3dfcf88..265d2f9d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,12 +5,14 @@ jobs : Continuous-Integration: runs-on: ubuntu-24.04 steps: - - run: echo"🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo"🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" + - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repo +sitory is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v4 - - run: echo"💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo"🖥️ The workflow is now ready to test your code on the runner." + - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." + - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Update OS and get tools run: | sudo apt-get update