Skip to content

Commit c611488

Browse files
fix date
1 parent 6f28cca commit c611488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Set TRAINING_DATA_PATH and REFERENCE_DOC_PATH with datetime
4646
run: |
47-
TS=$(date +'%Y%m%d_%H%M%S')
47+
TS=$(date -u +'%Y%m%d_%H%M%S')
4848
echo "TRAINING_DATA_PATH=test_notebooks/training_data_${TS}" >> $GITHUB_ENV
4949
echo "REFERENCE_DOC_PATH=test_notebooks/reference_docs_${TS}" >> $GITHUB_ENV
5050

0 commit comments

Comments
 (0)