Moved to a monitored location
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m43s
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m43s
This commit is contained in:
@@ -2,3 +2,4 @@ README.md
|
|||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
.gitignore
|
.gitignore
|
||||||
*.env
|
*.env
|
||||||
|
release-versions
|
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- 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 | \
|
||||||
jq -r ".tag_name" > release-versions/swagger-ui-latest.txt
|
jq -r ".tag_name" > release-versions/panel-latest.txt
|
||||||
- name: Check for modified files
|
- name: Check for modified files
|
||||||
id: git-check
|
id: git-check
|
||||||
run: echo ::set-output name=modified::$([ -z "`git status --porcelain`" ] && echo "false" || echo "true")
|
run: echo ::set-output name=modified::$([ -z "`git status --porcelain`" ] && echo "false" || echo "true")
|
||||||
|
Reference in New Issue
Block a user