Move jq to another step
This commit is contained in:
@@ -9,9 +9,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_MOD_TOKEN }}
|
token: ${{ secrets.REPO_MOD_TOKEN }}
|
||||||
|
- name: Prepare the container
|
||||||
|
run: apt-get install jq
|
||||||
- name: Fetch release version
|
- name: Fetch release version
|
||||||
run: |
|
run: |
|
||||||
apt-get install jq
|
|
||||||
curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \
|
curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \
|
||||||
jq -r ".tag_name" > release-versions/panel-latest.txt
|
jq -r ".tag_name" > release-versions/panel-latest.txt
|
||||||
- name: Check for modified files
|
- name: Check for modified files
|
||||||
|
Reference in New Issue
Block a user