1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

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
+7
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