Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Jul 14, 2024
1 parent d400af0 commit dc1bc93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
echo ${{ steps.shell.outputs.comand-outputs }}
${{ steps.shell.outputs.comand-outputs }}
echo ${{ steps.shell.outputs.comand-outputs != ''}}
echo ${{ contains((steps.shell.outputs.comand-outputs), '')}}
[ -z ${{ steps.shell.outputs.comand-outputs }} ] && echo "Empty" || echo "Not empty"
echo ${{ contains((steps.shell.outputs.comand-outputs), runner.os)}}

0 comments on commit dc1bc93

Please sign in to comment.