Spaces:
Runtime error
Runtime error
File size: 239 Bytes
03d9243 |
1 2 3 4 5 6 7 8 9 10 11 |
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
|