From 0421541bd294531949883278e1e727ba35e0129d Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 27 Feb 2024 01:29:34 -0700 Subject: [PATCH] get rid of evil emojis --- .github/workflows/windows-action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows-action.yml b/.github/workflows/windows-action.yml index cac0af7..9b6a238 100644 --- a/.github/workflows/windows-action.yml +++ b/.github/workflows/windows-action.yml @@ -5,14 +5,14 @@ jobs: test: runs-on: windows 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 repository 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: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "This job's status is ${{ job.status }}."