maester365 / maester

The core repository for the Maester module with helper cmdlets that will be called from the Pester tests.
https://maester.dev
MIT License
356 stars 87 forks source link

GH: Errors after migrating from "inline script" to "marketplace Action" #483

Open Sar4D opened 1 month ago

Sar4D commented 1 month ago

Hi, I am changing my Github action workflow from the inline script method to the marketplace action. However, when running it as showed in the docs, i get this error and i also get way more tests than before.

image

This is way I am using inside the workflow


    - name: Invoke Measter action inside the repository
      uses: maester365/maester@main
      with:
        client_id: ${{ secrets.CLIENT_IDD }}
        tenant_id: ${{ secrets.AZURE_TENANT_ID }}
        include_public_tests: false
        artifact_upload: true  
        step_summary: false

Any idea?