We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2c71c commit 8b8bceeCopy full SHA for 8b8bcee
.github/workflows/scandir.yml
@@ -38,7 +38,7 @@ jobs:
38
if [[ ! "${{ steps.one.outputs.files }}" =~ $expect1 ]];then
39
echo "::error:: Expected file $expect1 not found in ${{ steps.one.outputs.files }}"
40
exit 1
41
- if [[ ! "${{ steps.one.outputs.files }}" =~ $expect2 ]];then
+ elif [[ ! "${{ steps.one.outputs.files }}" =~ $expect2 ]];then
42
echo "::error:: Expected file $expect2 not found in ${{ steps.one.outputs.files }}"
43
44
elif [[ "${{ steps.one.outputs.files }}" =~ $notexpect ]];then
0 commit comments