Skip to content

Commit

Permalink
[@] Stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK authored Nov 12, 2023
1 parent 24e73f3 commit 1011548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
set -xe
date -uIs >/tmp/last-update.txt
uso-archive fetch-ids --next-build-id "$(uso-archive next-build-id)" --sorting updated --until-time "$(cat /tmp/last-update.txt)" /tmp/ids.json
uso-archive fetch-ids --next-build-id "$(uso-archive next-build-id)" --sorting updated --until-time "$(curl 'https://raw.githubusercontent.com/uso-archive/data/flomaster/data/last-update.txt')" /tmp/ids.json
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1011548

Please sign in to comment.