mirror of
https://github.com/linuxserver/docker-flexget.git
synced 2026-02-04 14:35:35 +08:00
* Initial release * Use latest v2 libtorrent build * Pin flexget py version to match github release * Mark FG_WEBUI_PASSWORD as optional, fix init behvaiour * Add info note about invalid password
11 lines
239 B
YAML
11 lines
239 B
YAML
name: Permission check
|
|
on:
|
|
pull_request_target:
|
|
paths:
|
|
- '**/run'
|
|
- '**/finish'
|
|
- '**/check'
|
|
jobs:
|
|
permission_check:
|
|
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|