Skip to content

Commit

Permalink
Update Scheduled - Generate Permission List.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Jul 11, 2024
1 parent c7d4372 commit 3879219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Scheduled - Generate Permission List.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
shell: pwsh
run: |
Import-Module '.Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1' -Force;
Import-Module './Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1' -Force;
Update-M365DSCModule
- name: Get Permissions List
shell: pwsh
Expand Down

0 comments on commit 3879219

Please sign in to comment.