Skip to content

Commit

Permalink
Weird indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Feb 9, 2024
1 parent 1249620 commit 0e1ea4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_legacy_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: python3 ./tests/create_legacy_data.py --output-dir=$data_dir

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

0 comments on commit 0e1ea4c

Please sign in to comment.