We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161b572 commit 0a61c8bCopy full SHA for 0a61c8b
1 file changed
.github/workflows/health-check-integrity.yaml
@@ -83,7 +83,7 @@ jobs:
83
name: Setup configuration
84
run: |
85
cd api/energy-price/v2 || exit 0
86
- find 2??? -type d -mindepth 3 -maxdepth 3 -name "${{ matrix.zone }}" | sort | tail -n +2 | head -n-1 | while read f; do
+ (find 2??? -type d -mindepth 3 -maxdepth 3 -name "${{ matrix.zone }}" || echo '') | sort | tail -n +2 | head -n-1 | while read f; do
87
file="${f}/index.json"
88
if [ ! -f "$file" ]; then
89
echo "$file is missing"
0 commit comments