GHA: Agg Update Site time in millis and typo fix in files gen

This commit is contained in:
aboyko
2023-08-03 15:20:58 -04:00
parent 83dd8017a5
commit 53c63a0a1e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
.github
- name: Timestamp
id: timestamp
run: echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
run: echo "date=`echo $(($(date +%s%N) / 1000000))`" >> $GITHUB_OUTPUT
- name: Generate and Upload Aggregate Update Sites Data
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}