Skip to content

Commit

Permalink
more workflow input debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Jan 4, 2025
1 parent c0eb062 commit ba86303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit ba86303

Please sign in to comment.