Skip to content

Commit

Permalink
Update manual-ensemble.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gioco authored Sep 9, 2024
1 parent cd9e881 commit b9a9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Loop over dates and create ensembles
run: |
dates=$(echo "${{ env.dates_list }}" | jq -c '.[]')
dates=$(echo '${{ env.dates_list }}' | jq -c '.[]')
echo "JSON dates: $dates"
for date in $dates; do
echo "Running ensemble script for date: $date"
Expand Down

0 comments on commit b9a9c7f

Please sign in to comment.