Skip to content

Commit

Permalink
[@] checkout after installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK committed Sep 4, 2023
1 parent 77f6ac4 commit 52a5962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install libvips
run: |
sudo apt-get update
Expand All @@ -28,6 +25,9 @@ jobs:
git: https://code.pepega.club/uso-archive/updater.git
branch: main

- name: Checkout
uses: actions/checkout@v3

- name: Update
run: |
uso-archive fetch-ids --sorting updated --until-time "$(cat ./data/last-update.txt)" /tmp/ids.json
Expand Down

0 comments on commit 52a5962

Please sign in to comment.