diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 1cc05658db..23f9d26a1c 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -38,8 +38,9 @@ jobs: lookup-only: ${{ toJSON(inputs.refresh_cache) }} - name: Debug Inputs run: | - echo "refresh_cache: ${{ inputs.refresh_cache }}"\ + echo "refresh_cache: ${{ inputs.refresh_cache }}" echo "refresh_cache json: ${{ toJSON(inputs.refresh_cache) }}" + echo "cache miss: ${{ steps.cache-openskimap.outputs.cache-hit != 'true' }}" echo "cache-hit: ${{ steps.cache-openskimap.outputs.cache-hit }}" echo "cache-hit json: ${{ toJSON(steps.cache-openskimap.outputs.cache-hit) }}" echo "solar_segment_count: ${{ inputs.solar_segment_count }}"