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:
@@ -1,4 +1,5 @@
|
||||
README.md
|
||||
docker-compose.yml
|
||||
.gitignore
|
||||
*.env
|
||||
*.env
|
||||
release-versions
|
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Fetch release version
|
||||
run: |
|
||||
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
|
||||
id: git-check
|
||||
run: echo ::set-output name=modified::$([ -z "`git status --porcelain`" ] && echo "false" || echo "true")
|
||||
|
Reference in New Issue
Block a user