From 4bb8590066ea6658508e92ccb9a818ae5fb21a7a Mon Sep 17 00:00:00 2001 From: Mark Patton Date: Wed, 13 Dec 2023 14:53:19 -0500 Subject: [PATCH] Fixes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37ce485c..460f125c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Print description - - run: | + run: | echo "This is a CI build of branch ${{ github.ref }} in repository ${{ github.repository }}" echo "This job was triggered by a ${{ github.event_name }} event and is running on a ${{ runner.os }} server"