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 committed Jul 11, 2024
1 parent 46faf98 commit 2613891
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Scheduled - Generate Permission List.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v3

- name: Install Dependencies
shell: pwsh
run: |
Import-Module './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 2613891

Please sign in to comment.