From 3c564871ac80d554fb4b4c58fbd59086c35b42b1 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Mon, 17 Jun 2024 21:46:58 +0700 Subject: [PATCH] test variables --- .github/workflows/collator-selection.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/collator-selection.yml b/.github/workflows/collator-selection.yml index 635c5e8056..d8a1b02831 100644 --- a/.github/workflows/collator-selection.yml +++ b/.github/workflows/collator-selection.yml @@ -37,13 +37,10 @@ jobs: runs-on: [self-hosted] steps: - name: Output 1 - run: echo "Result: ${{ needs.collator-selection.result }}" + run: echo "Result: ${{ needs.collator-selection.conclusion }}" - name: Output 2 - run: echo "Result conclusion: ${{ needs.collator-selection.result_conclusion }}" - - - name: Output 3 run: echo "Image: ${{ needs.collator-selection.image }}" - - name: Output 4 + - name: Output 3 run: echo "Tag: ${{ needs.collator-selection.tag }}"