Skip to content

Commit

Permalink
test variables
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Jun 17, 2024
1 parent 3c56487 commit aacbcba
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit aacbcba

Please sign in to comment.