Moved to a monitored location
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m43s

This commit is contained in:
2024-06-03 21:14:20 -05:00
parent dea9c26c14
commit fab7c2483e
3 changed files with 3 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ README.md
docker-compose.yml docker-compose.yml
.gitignore .gitignore
*.env *.env
release-versions

View File

@@ -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")