Skip to content

Commit

Permalink
Improve results collect
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent 0f7d5e2 commit 74c611b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
result=$?
set -e
echo ${{ github.runs-on }}
echo "ubuntu-latest:lair-keystore-x86_64-linux=$result" >> "$GITHUB_OUTPUT"
echo "result=$result" >> "$GITHUB_OUTPUT"
outputs:
lair-keystore: ${{ steps.lair-keystore.outputs.result }}

Expand All @@ -59,6 +59,6 @@ jobs:
steps:
- name: Collect results
run: |
echo "ubuntu-latest:lair-keystore-x86_64-linux=${{ needs.check-ubuntu-latest.outputs.lair-keystore }}" >> "$GITHUB_OUTPUT"
echo "ubuntu-24.04:lair-keystore-x86_64-linux=${{ needs.check-ubuntu-24-04.outputs.lair-keystore }}" >> "$GITHUB_OUTPUT"
echo "Values of `0` are good, otherwise something went wrong"
echo "On ubuntu-latest : lair-keystore-x86_64-linux: ${{ needs.check-ubuntu-latest.outputs.lair-keystore }}"
echo "On ubuntu-24.04 : lair-keystore-x86_64-linux: ${{ needs.check-ubuntu-24-04.outputs.lair-keystore }}"

0 comments on commit 74c611b

Please sign in to comment.