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"