Skip to content

Commit 40d7575

Browse files
committed
Update workflow
1 parent 3a4015f commit 40d7575

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/virtualmin.dev+virtualmin-nginx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
project-name: ${{ github.event.repository.name }}
1717
is-release: ${{ github.event_name == 'release' }}
1818
secrets:
19-
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
2019
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
2120
DEV_IP_KNOWN_HOSTS: ${{ secrets.DEV_IP_KNOWN_HOSTS }}
2221
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}

virtual_feature.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3561,6 +3561,7 @@ sub feature_delete_protected_dir
35613561
if ($loc) {
35623562
my ($contains_auth_basic_user_file) =
35633563
grep { $_->{name} eq 'auth_basic_user_file' } @{$loc->{members}};
3564+
var_dump($contains_auth_basic_user_file, 'contains_auth_basic_user_file');
35643565
if ($contains_auth_basic_user_file &&
35653566
$contains_auth_basic_user_file->{'value'}) {
35663567
if ($contains_auth_basic_user_file->{'value'} eq $opts->{'protected_user_file_path'}) {

0 commit comments

Comments
 (0)