Changed default resolution behavior to use environment variable width and height if set instead of hard coded 1024x768 #20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Permission check | |
| on: | |
| pull_request_target: | |
| paths: | |
| - '**/run' | |
| - '**/finish' | |
| - '**/check' | |
| - 'root/migrations/*' | |
| jobs: | |
| permission_check: | |
| uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1 |