Skip to content

Commit 5ac7ce3

Browse files
committed
Fixing cronjob.
1 parent d122d1c commit 5ac7ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cronjob.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
GITHUB_REPO_NAME = "eFormApi.BasePn"
1010
PROJECT_NAME = "eFormApi.BasePn/eFormApi.BasePn.csproj"
1111
# List of packages to check
12-
#PACKAGES = ['Microting.eForm', 'Microsoft.AspNetCore.Identity.UI', 'Microsoft.AspNetCore.Identity.EntityFrameworkCore', 'Microsoft.Extensions.Localization', 'Microsoft.EntityFrameworkCore.Design']
13-
PACKAGES = ['Microting.eForm']
12+
PACKAGES = ['Microting.eForm', 'Microsoft.Extensions.Localization' 'Microsoft.EntityFrameworkCore.Design' 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' 'System.Diagnostics.PerformanceCounter' 'Microsoft.AspNetCore.Identity.UI']
13+
#PACKAGES = ['Microting.eForm']
1414
GITHUB_ACCESS_TOKEN = os.getenv("CHANGELOG_GITHUB_TOKEN")
1515

1616

0 commit comments

Comments
 (0)