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 06c60c0 commit 9d90470
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ jobs:
run: |
docker system prune -a -f
outputs:
result: ${{ steps.polkadot.outputs.exists }}
result_conclusion: ${{ steps.polkadot.outputs.conclusion }}
image: ${{ steps.polkadot.outputs.image }}
tag: ${{ steps.polkadot.outputs.tag }}
outputs:
result: ${{ steps.polkadot.outputs.exists }}
result_conclusion: ${{ steps.polkadot.outputs.conclusion }}
image: ${{ steps.polkadot.outputs.image }}
tag: ${{ steps.polkadot.outputs.tag }}


0 comments on commit 9d90470

Please sign in to comment.