feat: Add option to disable Samba (#253)

This commit is contained in:
Kroese
2024-03-11 13:30:07 +01:00
committed by GitHub
parent 68457e56d6
commit 77358f0632
4 changed files with 18 additions and 3 deletions

View File

@@ -92,6 +92,13 @@ jobs:
uses: action-pack/bump@v2
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
-
name: Push to Gitlab mirror
uses: action-pack/gitlab-sync@v3
with:
url: ${{ secrets.GITLAB_URL }}
token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }}
-
name: Send mail
uses: action-pack/send-mail@v1