From 8b74a4fc4af89fcd8dfe8e89489c47c192adada8 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 3 Jun 2024 21:37:54 -0500 Subject: [PATCH] Move jq to another step --- .gitea/workflows/monitor.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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