Skip to content

Commit b6e0020

Browse files
committed
Update AL-Go System Files
1 parent d2b0dc2 commit b6e0020

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/AL-Go-Settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"nextMajorSchedule": "0 0 1,15 * *",
44
"nextMinorSchedule": "0 0 15 * *",
55
"UpdateGitHubGoSystemFilesSchedule": "0 0 1,15 * *",
6-
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main"
6+
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main",
7+
"templateSha": "1e6ebb58fc629cc134759f996f9be9ab6ada7fb4"
78
}

.github/workflows/UpdateGitHubGoSystemFiles.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
description: Direct Commit?
1616
type: boolean
1717
default: false
18+
schedule:
19+
- cron: '0 0 1,15 * *'
1820

1921
permissions:
2022
contents: read

0 commit comments

Comments
 (0)