diff --git a/.gitea/workflows/monitor.yaml b/.gitea/workflows/monitor.yaml index 9ef98ea..04b27de 100644 --- a/.gitea/workflows/monitor.yaml +++ b/.gitea/workflows/monitor.yaml @@ -9,9 +9,10 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.REPO_MOD_TOKEN }} + - name: Prepare the container + run: apt-get install jq - name: Fetch release version run: | - apt-get install jq curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \ jq -r ".tag_name" > release-versions/panel-latest.txt - name: Check for modified files