diff --git a/.gitea/workflows/monitor.yaml b/.gitea/workflows/monitor.yaml index beeca5a..cca864c 100644 --- a/.gitea/workflows/monitor.yaml +++ b/.gitea/workflows/monitor.yaml @@ -1,7 +1,7 @@ name: Get latest release version on: schedule: - - cron: "40 21 * * *" + - cron: "42 21 * * *" jobs: get-version: runs-on: ubuntu-latest @@ -10,7 +10,7 @@ jobs: with: token: ${{ secrets.REPO_MOD_TOKEN }} - name: Prepare the container - run: apt update && apt install jq + run: apt-get update && apt-get --no-install-recommends -y install jq - name: Fetch release version run: | curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \