diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 89f6eb9..66983c7 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -12,6 +12,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }} steps: + - uses: actions/checkout@v4 + - name: Install dependencies run: | sudo apt-get update