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 23f195b commit c901ccdCopy full SHA for c901ccd
1 file changed
.github/workflows/stackql-exec.yml
@@ -93,12 +93,10 @@ jobs:
93
if [[ -z "$line" ]]; then
94
continue
95
fi
96
- # Apply regex to non-empty lines
97
if ! echo "$line" | grep -qE "$regex"; then
98
echo "failed line: $line"
99
exit 1
100
101
- echo "line: $line"
102
done
103
104
if [ -z '${{ steps.stackql-exec-string.outputs.exec-result }}' ]; then
0 commit comments