Skip to content

Commit c5aaf62

Browse files
authored
Update action.yml so what's ehco'ed matches what's done (#119)
1 parent 2a52909 commit c5aaf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
run: |
9292
unset UV_SYSTEM_PYTHON
9393
94-
echo Setting SOURCE_DATE_EPOCH to $(git log -1 --pretty=%ci).
94+
echo Setting SOURCE_DATE_EPOCH to $(git log -1 --pretty=%ct).
9595
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
9696
9797
if [[ "${{ inputs.skip-wheel }}" == "true" ]]; then

0 commit comments

Comments
 (0)