Skip to content

Commit

Permalink
jinja2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Feb 9, 2024
1 parent 9d0e4d7 commit 1249620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_legacy_checkpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{inputs.artifact_name}_${{ env.data_dir }}
name: ${{ inputs.artifact_name }}_${{ env.data_dir }}
path: ./${{ env.data_dir }}
2 changes: 1 addition & 1 deletion .github/workflows/create_legacy_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{inputs.artifact_name}_${{ env.data_dir }}
name: ${{ inputs.artifact_name }}_${{ env.data_dir }}
path: ./${{ env.data_dir }}

0 comments on commit 1249620

Please sign in to comment.