Skip to content

Commit

Permalink
[main@3d9a02b] Update AL-Go System Files from freddydk/AL-Go@partial …
Browse files Browse the repository at this point in the history
…- 3bd5805
  • Loading branch information
freddydk committed Jan 26, 2025
1 parent 3d9a02b commit abec1b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"gitHubRunner": "ubuntu-latest",
"githubRunnerShell": "pwsh",
"generateDependencyArtifact": true,
"templateSha": "90a752ba9e7c258df92a92b84e533c52b33070e7",
"templateSha": "3bd580517add95f3f0ddd206f7dc4a41726d4fe5",
"RepoVersion": "1.0"
}
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
shell: pwsh
maxBuildDepth: ${{ env.workflowDepth }}
publishSkippedProjectArtifacts: 'true'
includeSkippedProjects: 'true'

- name: Determine PowerPlatform Solution Folder
id: DeterminePowerPlatformSolutionFolder
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/IncrementVersionNumber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ on:
type: boolean
default: false

permissions:
actions: read
contents: read

defaults:
run:
shell: pwsh
Expand All @@ -43,6 +39,7 @@ jobs:
needs: [ ]
runs-on: [ ubuntu-latest ]
permissions:
actions: read
contents: write
id-token: write
pull-requests: write
Expand Down

0 comments on commit abec1b7

Please sign in to comment.