Accept install prompt
All checks were successful
Get latest release version / get-version (push) Successful in 7s

This commit is contained in:
2024-06-03 21:41:53 -05:00
parent 4e5a382b0f
commit e2e4b45814

View File

@@ -1,7 +1,7 @@
name: Get latest release version name: Get latest release version
on: on:
schedule: schedule:
- cron: "40 21 * * *" - cron: "42 21 * * *"
jobs: jobs:
get-version: get-version:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -10,7 +10,7 @@ jobs:
with: with:
token: ${{ secrets.REPO_MOD_TOKEN }} token: ${{ secrets.REPO_MOD_TOKEN }}
- name: Prepare the container - 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 - name: Fetch release version
run: | run: |
curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \ curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \