Skip to content

Commit

Permalink
hotfix: replace - with _
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-kondal committed May 23, 2024
1 parent e200f04 commit ea1c36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/log-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: write metadata to s3
run: |
end-time=$(date +%s)
.venv/bin/python3 scripts/write_metadata_to_s3.py ${{ inputs.model }} ${{ inputs.start-time }} $end-time
end_time=$(date +%s)
.venv/bin/python3 scripts/write_metadata_to_s3.py ${{ inputs.model }} ${{ inputs.start-time }} $end_time

0 comments on commit ea1c36f

Please sign in to comment.