Skip to content

Commit

Permalink
Fix 3.15.Final workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Oct 16, 2024
1 parent cde3fcf commit 0b83d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Calculate projects
id: calculate_projects
run: |
json=$(curl -Ls https://sh.jbang.dev | bash -s - .github/calculateModules.java "${{ env.DEFAULT_TIMEFRAME }}")
json=$(curl -Ls https://sh.jbang.dev | bash -s - .github/calculateModules.java "${{ inputs.TIMEFRAME }}")
echo "modules = ${json}"
echo "projects_matrix=${json}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0b83d09

Please sign in to comment.