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 a550dc8 commit fe972ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Scheduled - Generate Permission List.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Permissions List
name: Generate Permissions List
on: [push, pull_request]

jobs:
Expand All @@ -15,10 +15,14 @@ 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: Get Files
shell: pwsh
run: |
$results = get-childitem -recurse | Out-String
Write-Host $results
- name: Install Dependencies
shell: pwsh
run: |
get-childitem -recurse
Import-Module './Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1' -Force;
Update-M365DSCModule
- name: Get Permissions List
Expand Down

0 comments on commit fe972ff

Please sign in to comment.