Skip to content

Commit

Permalink
Update update_detector.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Jan 16, 2025
1 parent 0812600 commit 1ef4e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: ViaVersion
run: |
latestVers=$(curl --silent \
-X 'GET' -H "Accept-Encoding: identity" \
latestVers=$(curl --silent -X 'GET' \
-H "Accept-Language: en" -L -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4.212 Safari/537.36" \
"https://hangar.papermc.io/api/v1/projects/ViaVersion/latestrelease" -H 'accept: application/json')
echo "$latestVers"
Expand Down

0 comments on commit 1ef4e6f

Please sign in to comment.