openssh-server-rsync update/add workflows

This commit is contained in:
aptalca
2023-05-18 14:23:53 -04:00
parent a98ba01b77
commit 9fef339418
5 changed files with 60 additions and 53 deletions
+10
View File
@@ -0,0 +1,10 @@
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