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 8442ead commit 3c56487
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 3c56487

Please sign in to comment.