diff --git a/.github/workflows/collator-selection.yml b/.github/workflows/collator-selection.yml index d8a1b02831..c3b9dace44 100644 --- a/.github/workflows/collator-selection.yml +++ b/.github/workflows/collator-selection.yml @@ -32,15 +32,11 @@ jobs: password: ${{ secrets.CORE_DOCKERHUB_TOKEN }} tag: ${{ matrix.relay_branch }} - outputs: - needs: collator-selection - runs-on: [self-hosted] - steps: - name: Output 1 - run: echo "Result: ${{ needs.collator-selection.conclusion }}" + run: echo "Result: ${{ steps.polkadot.conclusion }}" - name: Output 2 - run: echo "Image: ${{ needs.collator-selection.image }}" + run: echo "Image: ${{ steps.polkadot.outputs.conclusion }}" - name: Output 3 - run: echo "Tag: ${{ needs.collator-selection.tag }}" + run: echo "Tag: ${{ steps.polkadot.outputs.conclusion }}"