From 85144352b1bd023f04bb097ec5e82b684b1f350e Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Tue, 12 Mar 2024 21:15:37 -0500 Subject: [PATCH] Tweak matrixed job name --- .github/workflows/test-self.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-self.yml b/.github/workflows/test-self.yml index f047b09..757d058 100644 --- a/.github/workflows/test-self.yml +++ b/.github/workflows/test-self.yml @@ -9,7 +9,7 @@ env: jobs: test-with-sample-repo: - name: Test using sample repo (${{ matrix.caller-repository }}@${{ matrix.caller-ref }}) for ref=${{ matrix.ref }} + name: Test ref=${{ matrix.called-ref }} using sample repo ${{ matrix.caller-repository }}@${{ matrix.caller-ref }} strategy: fail-fast: false matrix: