Skip to content

Commit

Permalink
[main] Update AL-Go System Files from freddydk/AL-Go@thisbuild - 1aa4…
Browse files Browse the repository at this point in the history
…8b71790df45bff5cc4efedba6789beec02d7
  • Loading branch information
freddydk committed Dec 28, 2024
1 parent 8ff8532 commit 53bcf0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"gitHubRunner": "ubuntu-latest",
"githubRunnerShell": "pwsh",
"generateDependencyArtifact": true,
"templateSha": "1faaa66214023570f5122ec4a6f0a8b889a53438",
"templateSha": "1aa48b71790df45bff5cc4efedba6789beec02d7",
"RepoVersion": "1.0"
}
2 changes: 2 additions & 0 deletions .github/workflows/PullRequestHandler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
buildOrderJson: ${{ steps.determineProjectsToBuild.outputs.BuildOrderJson }}
baselineWorkflowRunId: ${{ steps.determineProjectsToBuild.outputs.BaselineWorkflowRunId }}
workflowDepth: ${{ steps.DetermineWorkflowDepth.outputs.WorkflowDepth }}
artifactsRetentionDays: ${{ steps.DetermineWorkflowDepth.outputs.ArtifactsRetentionDays }}
telemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }}
steps:
- name: Dump Workflow Information
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
id: DetermineWorkflowDepth
run: |
Add-Content -Encoding UTF8 -Path $env:GITHUB_OUTPUT -Value "WorkflowDepth=$($env:workflowDepth)"
Add-Content -Encoding UTF8 -Path $env:GITHUB_OUTPUT -Value "ArtifactsRetentionDays=90"
- name: Determine Projects To Build
id: determineProjectsToBuild
Expand Down

0 comments on commit 53bcf0e

Please sign in to comment.