From 19376badbf8b42429f36c07260a2dc4623b15829 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 24 Jul 2024 10:04:37 -0500 Subject: [PATCH] add info to step name --- .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 f9ca1a56..dcbeb29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: echo $supported_adapters echo "adapters=$supported_adapters" >> $GITHUB_OUTPUT - - name: "[ANNOTATION] ${{ github.event.repository.name }} - adapters to test" + - name: "[ANNOTATION] ${{ github.event.repository.name }} - Testing ${{ steps.supported-adapters.outputs.adapters }}" run: | title="${{ github.event.repository.name }} - adapters to test" message="The workflow will run tests for the following adapters: ${{ steps.supported-adapters.outputs.adapters }}"