From 2024db99c6e4ab71421a8b89facd51c983c531e4 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Mon, 17 Jun 2024 21:59:39 +0700 Subject: [PATCH] test variables --- .github/workflows/collator-selection.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/collator-selection.yml b/.github/workflows/collator-selection.yml index c3b9dace44..d19f34ba8d 100644 --- a/.github/workflows/collator-selection.yml +++ b/.github/workflows/collator-selection.yml @@ -33,10 +33,7 @@ jobs: tag: ${{ matrix.relay_branch }} - name: Output 1 - run: echo "Result: ${{ steps.polkadot.conclusion }}" - - - name: Output 2 run: echo "Image: ${{ steps.polkadot.outputs.conclusion }}" - - name: Output 3 + - name: Output 2 run: echo "Tag: ${{ steps.polkadot.outputs.conclusion }}"