fix: resolve bug with pattern matching on windows (#341)

This commit is contained in:
Tonye Jack
2022-02-01 22:30:40 -05:00
committed by GitHub
parent fd7c70d42d
commit fa18b2cf05
2 changed files with 2 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ jobs:
if: steps.changed-files-specific-only-changed.outputs.other_deleted_files != ''
run: |
if [[ "${{ steps.changed-files-specific-only-changed.outputs.only_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-only-changed.outputs.only_deleted }})"
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-only-changed.outputs.only_deleted }})."
exit 1
fi
shell: